Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TreeViewItem Class / OnExpanded Method
Provides data for the event.

In This Topic
    OnExpanded Method (C1TreeViewItem)
    In This Topic
    Raises the C1.Silverlight.C1TreeViewItem.Expanded event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnExpanded( _
       ByVal e As SourcedEventArgs _
    ) 
    protected virtual void OnExpanded( 
       SourcedEventArgs e
    )

    Parameters

    e
    Provides data for the event.
    See Also