Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / KeyExitEventArgs Class / Key Property


In This Topic
    Key Property (KeyExitEventArgs)
    In This Topic
    Gets a ExitKey value indicates the key raised GrapeCity.Windows.InputMan.Primitives.EditBase.KeyExit event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Key As ExitKey
    'Usage
     
    Dim instance As KeyExitEventArgs
    Dim value As ExitKey
     
    value = instance.Key
    public ExitKey Key {get;}

    Property Value

    Represents the key raised the GrapeCity.Windows.InputMan.Primitives.EditBase.KeyExit event.
    See Also