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

TreeNodeRenamedEventHandler Delegate

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

[Visual Basic]
Public Delegate Sub TreeNodeRenamedEventHandler( _
   ByVal sender As Object, _
   ByVal e As TreeNodeRenameEventArgs _
)
[C#]
public delegate void TreeNodeRenamedEventHandler(
   object sender,
   TreeNodeRenameEventArgs e
);

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic