Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeViewItem Class / OnCollapsing Method
Provides data for the event.

In This Topic
    OnCollapsing Method (C1TreeViewItem)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCollapsing( _
       ByVal e As SourcedEventArgs _
    ) 
    protected virtual void OnCollapsing( 
       SourcedEventArgs e
    )

    Parameters

    e
    Provides data for the event.
    See Also