TreeSearchNodeEventArgs

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms;

Description

The TreeSearchNodeEventArgs class implements argument of the event that occurs after search or filtering of elements in the component.

Fore.NET Syntax

Class to get analog of the TreeSearchNodeEventArgs class:

None

Class to get analog of the TreeSearchNodeEventArgs class object:

TreeSearchNodeEventArgsClass;

Class object properties inherited from ITreeSearchNodeEventArgs

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

Class object properties inherited from ITreeNodeEventArgs

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

Class object properties inherited from ITreeControlEventArgs

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

See also:

Forms Assembly Classes