C1.Win.TreeView Namespace / C1TreeView Class / CheckStateChanging Event

CheckStateChanging Event (C1TreeView)
Occurs before the tree node checkbox is checked. Allows to cancel the change.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView.CheckStateChanging", "Occurs before the tree node check box is checked. Allows to cancel the change.")>
<C1CategoryAttribute("Behavior")>
Public Event CheckStateChanging As C1TreeViewCancelEventHandler
 
Event Data

The event handler receives an argument of type C1TreeViewCancelEventArgs containing data related to this event. The following C1TreeViewCancelEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the tree node that has been checked, expanded, collapsed, or selected.  
See Also