Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TabItem Class / OnSelected Method
A System.Windows.RoutedEventArgs that contains the event data.

In This Topic
    OnSelected Method (C1TabItem)
    In This Topic
    Called to indicate that the System.Windows.Controls.TabItem.IsSelected property has changed to true.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSelected( _
       ByVal e As RoutedEventArgs _
    ) 
    protected virtual void OnSelected( 
       RoutedEventArgs e
    )

    Parameters

    e
    A System.Windows.RoutedEventArgs that contains the event data.
    See Also