MobileForms Toolkit Documentation

AdvancedTree.AfterNodeSelect Event

Occurs when the Node in the control is selected or deselected. by click or by setting the SelectedNode property.

public event NodeEventHandler AfterNodeSelect;

Remarks

Occurs when the node in the control is selected by click or by setting the SelectedNode property. When SelectionMode is set to SelectionMode.SelectDeselect, the AfterNodeSelect event is fired also when deselecting the node by click. AfterNodeSelect event is not fired, when deselecting the node automatically, when MultiSelect is false. AfterNodeSelect is not fired, when using the Selected property of the node.

AfterNodeSelect event has arguments of type NodeEventArgs.

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace