RadTreeView for ASP.NET

Most Important RadTreeView Events Send comments on this topic.
See Also

Glossary Item Box

In the Microsoft Visual Studio .NET properties grid, go to the Events section. Double click on an event and the code for the event handling will be generated automatically. 

 

Event

Description

NodeClick

The event that fires upon node click.

NodeDrop

The event that fires upon node drag and drop.

NodeEdit

The event that fires when a node text has been edited (and changed).

NodeExpand

The event that fires upon node expanding.

 

See Also