Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TreeView.ItemCheckStateChanged Event

Occurs when a tree node's check state has changed.

[Visual Basic]
Public Event ItemCheckStateChanged As TreeNodeCheckStateChangedEventHandler
[C#]
public event TreeNodeCheckStateChangedEventHandler ItemCheckStateChanged;

Event Data

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

Property Description
Node The TreeNode object whose check state has been changed.
OldCheckState The state before the change.

See Also

TreeView Class | EO.Web Namespace


Direct link to this topic