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

In This Topic
    OnSelected Method
    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