MobileForms Toolkit Documentation

AdvancedTree.NodeEntered Event

Occurs when Enter key was pressed on an active node.

public event NodeEnteredEventHandler NodeEntered;

Event Data

The event handler receives an argument of type NodeEnteredEventArgs containing data related to this event. The following NodeEnteredEventArgs properties provide information specific to this event.

Property Description
Node Gets the reference of the entered node.
NodeIndex Gets the index of the entered node.

Remarks

These conditions must be met for this event to occur:

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace | NodeEnteredEventArgs | NodeEnteredEventHandler