Search Results for

    Show / Hide Table of Contents

    Class CollectionNavigator.KeystrokeNavigatorEventArgs

    Event arguments for the SearchStringChanged event.
    Inheritance
    System.Object
    CollectionNavigator.KeystrokeNavigatorEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class KeystrokeNavigatorEventArgs

    Constructors

    | Improve this Doc View Source

    KeystrokeNavigatorEventArgs(String)

    Initializes a new instance of CollectionNavigator.KeystrokeNavigatorEventArgs
    Declaration
    public KeystrokeNavigatorEventArgs(string searchString)
    Parameters
    Type Name Description
    System.String searchString The current SearchString.

    Properties

    | Improve this Doc View Source

    SearchString

    he current SearchString.
    Declaration
    public string SearchString { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX