Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.ExtCtrls;
The IMetabaseListViewAfterSearchEventArgs interface contains argument properties of the event occurring for the component, if in the search dialog box all objects satisfying the specified conditions are searched.
IEventArgs
IMetabaseListViewAfterSearchEventArgs
The interface is used in the MetabaseListView.OnAfterSearch event.
Property name | Brief description | |
FoundObjects | The FoundObjects property returns a collection of descriptions for found objects. |
See also: