Class GorgonSearchEventArgs
Event arguments for the Search event.
Inherited Members
Namespace: Gorgon.UI
Assembly: Gorgon.Windows.dll
Syntax
public class GorgonSearchEventArgs : EventArgs
Constructors
| Edit this page View SourceGorgonSearchEventArgs(string)
Initializes a new instance of the GorgonSearchEventArgs class.
Declaration
public GorgonSearchEventArgs(string searchText)
Parameters
Type | Name | Description |
---|---|---|
string | searchText | The text to search for. |
Properties
| Edit this page View SourceSearchText
Property to return the text to search for.
Declaration
public string SearchText { get; }
Property Value
Type | Description |
---|---|
string |