[]
Initializes a new instance of the KeyExitEventArgs class using the specified ExitKeys.
public KeyExitEventArgs(ExitKey key)
Public Sub New(key As ExitKey)
Type | Name | Description |
---|---|---|
ExitKey | key | A ExitKey value indicates which key raised GrapeCity.Windows.InputMan.Primitives.EditBase.KeyExit event. |
Initializes a new instance of the KeyExitEventArgs class using the specified ExitKeys.
public KeyExitEventArgs(RoutedEvent routedEvent, ExitKey key)
Public Sub New(routedEvent As RoutedEvent, key As ExitKey)
Type | Name | Description |
---|---|---|
RoutedEvent | routedEvent | The routed event identifier for this instance of the RoutedEventArgs class. |
ExitKey | key | A ExitKey value indicates which key raised GrapeCity.Windows.InputMan.Primitives.EditBase.KeyExit event. |