| C1.Web.Wijmo.Controls.C1TreeView Namespace > C1TreeView Class : NodeCheckChanged Event |
'Declaration<C1CategoryAttribute("Action")> <C1DescriptionAttribute(Key="C1TreeView.NodeCheckChanged", Description="Occurs on the server if a node in the TreeView control changes its check status.")> Public Event NodeCheckChanged As C1TreeViewEventHandler
[C1Category("Action")] [C1Description(Key="C1TreeView.NodeCheckChanged", Description="Occurs on the server if a node in the TreeView control changes its check status.")] public event C1TreeViewEventHandler NodeCheckChanged
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.
| Property | Description |
|---|---|
| Node | C1TreeViewNode node associated to the event data. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2