Table of Contents
TreeNodeCheckStateChangedEventHandler Delegate

Represents the method that will handle any events that are raised after a user has edited the text of a tree node.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public delegate void TreeNodeCheckStateChangedEventHandler(
   object sender,
   TreeNodeCheckStateChangedEventArgs e
);
See Also