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

In This Topic
    OnUnselected Method (C1TabItem)
    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