MobileForms Toolkit Documentation

NodeCancelEventHandler Delegate

Represents the method that will handle the BeforeCollapse, or BeforeExpand event of a AdvancedTree control.

public delegate void NodeCancelEventHandler(
object sender,
NodeCancelEventArgs e
);

Parameters

sender
The source of the event.
e
A NodeCancelEventArgs 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