Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabItem Class / OnUnselected Method
A System.Windows.RoutedEventArgs that contains the event data.

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

    Parameters

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