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

CheckStateChanged Event (C1TreeView)
Occurs after the tree node changed the checked state.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView.CheckStateChanged", "Occurs after the tree node changed the checked state.")>
<C1CategoryAttribute("Behavior")>
Public Event CheckStateChanged As C1TreeViewEventHandler
 
Event Data

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

PropertyDescription
Gets the tree node that has been checked, expanded, collapsed, or selected.  
See Also