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

NodeCheckBoxClick Event (C1TreeView)
Occurs when the user clicks a node checkbox.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView.NodeCheckBoxClick", "Occurs when the user clicks a node checkbox.")>
<C1CategoryAttribute("Behavior")>
Public Event NodeCheckBoxClick As EventHandler(Of C1TreeViewCheckBoxEventArgs)
 
Event Data

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

PropertyDescription
(Inherited from System.ComponentModel.HandledEventArgs)
Gets the tree node whose checkbox was clicked.  
See Also