TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / OnCheckStateChanging Method

In This Topic
    OnCheckStateChanging Method (C1TreeView)
    In This Topic
    Fires the CheckStateChanging event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCheckStateChanging( _
       ByVal e As C1TreeViewCancelEventArgs _
    ) 
    protected virtual void OnCheckStateChanging( 
       C1TreeViewCancelEventArgs e
    )

    Parameters

    e
    See Also