Class CollectionNavigator.KeystrokeNavigatorEventArgs
Event arguments for the SearchStringChanged event.
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class CollectionNavigator.KeystrokeNavigatorEventArgs
Constructors
| Edit this page View SourceKeystrokeNavigatorEventArgs(string)
Initializes a new instance of CollectionNavigator.KeystrokeNavigatorEventArgs
Declaration
public KeystrokeNavigatorEventArgs(string searchString)
Parameters
| Type | Name | Description |
|---|---|---|
| string | searchString | The current SearchString. |
Properties
| Edit this page View SourceSearchString
he current SearchString.
Declaration
public string SearchString { get; }
Property Value
| Type | Description |
|---|---|
| string |