ITreeSearchNodeEventArgs

Assembly: Forms;

Description

The ITreeSearchNodeEventArgs interface contains properties of argument of the event that occurs after search of filtering of elements in the component.

Inheritance Hierarchy

          IEventArgs

          ITreeControlEventArgs

          ITreeNodeEventArgs

          ITreeSearchNodeEventArgs

Comments

This argument is used in the following events:

Properties

  Property name Brief description
Show The Show property determines whether the found element is shown.

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