ITreeNodeColumnEventArgs

Description

The ITreeNodeColumnEventArgs interface contains properties of the argument of the events that are related with the specific column of the component.

It is used on handling the following events:

Properties

  Property name Brief description
The Column property returns index of the component column, in which area the mouse cursor is placed.

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