Search Results for

    Show / Hide Table of Contents

    Class CollectionNavigator.KeystrokeNavigatorEventArgs

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

    Constructors

    | Edit this page View Source

    KeystrokeNavigatorEventArgs(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 Source

    SearchString

    he current SearchString.
    Declaration
    public string SearchString { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX