Table of Contents
TreeNodeRenamedEventHandler 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 TreeNodeRenamedEventHandler(
   object sender,
   TreeNodeRenameEventArgs e
);
See Also