ITreeNodeActionEventArgs

Description

The ITreeNodeActionEventArgs interface contains properties of the argument of the events that occur before any action over the tree node of the TreeCombo and TreeList components.

Properties

  Property name Brief description
The AllowAction property determines whether is it possible to execute any action with a tree node.
The Column property returns a number of the column, in which the element edit mode is activated.

Properties inherited from ITreeNodeEventArgs

  Property name Brief description
Node The Node property returns the node, for which the event was generated.

Properties inherited from ITreeControlEventArgs

  Property name Brief description
The TreeControl property returns the component, for which the event was generated.

See also:

Forms Assembly Interfaces