ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 Windows.UI.Xaml.RoutedEventArgs _
    ) 
    protected virtual void OnSelected( 
       Windows.UI.Xaml.RoutedEventArgs e
    )

    Parameters

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