TreeView for ASP.NET WebForms
NodeCheckChanged Event

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1TreeView Namespace > C1TreeView Class : NodeCheckChanged Event
Occurs on the server if a node in the TreeView control changes its check status.
Syntax
'Declaration
 
Public Event NodeCheckChanged As C1TreeViewEventHandler
public event C1TreeViewEventHandler NodeCheckChanged
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
C1TreeViewNode node associated to the event data.  
See Also