ITreeSearchEventArgs

Assembly: Forms;

Description

The ITreeSearchEventArgs interface contains properties of argument of the event that occurs at the start of search or filtering of elements in the component.

Inheritance Hierarchy

          IEventArgs

          ITreeControlEventArgs

          ITreeSearchEventArgs

Comments

This argument is used in the following events:

Properties

  Property name Brief description
SearchText The SearchText property returns the text, by which elements are searched in the component.

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