Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The TreeSearchNodeEventArgs class implements argument of the event that occurs after search or filtering of component elements.
Class to get analog of the TreeSearchNodeEventArgs class:
None;
Class to get analog of the TreeSearchNodeEventArgs class object:
TreeSearchNodeEventArgsClass;
Property name | Brief description | |
Show | The Show property determines whether the found element is shown. |
Property name | Brief description | |
Node | The Node property returns the node, for which the event was generated. |
Property name | Brief description | |
The TreeControl property returns the component, for which the event was generated. |
See also: