ComponentOne FinancialChart for WPF
C1.WPF 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 _
    ) 
    'Usage
     
    
    Dim instance As C1TabItem
    Dim e As RoutedEventArgs
     
    instance.OnSelected(e)
    protected virtual void OnSelected( 
       RoutedEventArgs e
    )
    protected:
    virtual void OnSelected( 
       RoutedEventArgs^ e
    ) 

    Parameters

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