Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / KeyExitEvent Field


In This Topic
    KeyExitEvent Field
    In This Topic
    Identifies the KeyExit routed event.
    Syntax
    'Declaration
     
    Public Shared ReadOnly KeyExitEvent As RoutedEvent
    'Usage
     
    Dim value As RoutedEvent
     
    value = EditBase.KeyExitEvent
    public static readonly RoutedEvent KeyExitEvent

    Field Value

    The identifier of the KeyExit routed event.
    See Also