MobileForms Toolkit Documentation

NodeEventHandler Delegate

Represents the method that will handle the AfterExpand, AfterCollapse, or AfterNodeSelect event of the AdvancedTree control.

public delegate void NodeEventHandler(
object sender,
NodeEventArgs e
);

Parameters

sender
The source of the event.
e
A NodeEventArgs that contains the event data.

Requirements

Namespace: Resco.Controls.AdvancedTree

Assembly: Resco.AdvancedTree.CF3 (in Resco.AdvancedTree.CF3.dll)

See Also

Resco.Controls.AdvancedTree Namespace