[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.KeyExitEventArgs.-ctor

KeyExitEventArgs Constructor

KeyExitEventArgs(ExitKey)

Initializes a new instance of the KeyExitEventArgs class using the specified ExitKeys.

Declaration
public KeyExitEventArgs(ExitKey key)
Public Sub New(key As ExitKey)
Parameters
Type Name Description
ExitKey key

A ExitKey value indicates which key raised GrapeCity.Windows.InputMan.Primitives.EditBase.KeyExit event.

KeyExitEventArgs(RoutedEvent, ExitKey)

Initializes a new instance of the KeyExitEventArgs class using the specified ExitKeys.

Declaration
public KeyExitEventArgs(RoutedEvent routedEvent, ExitKey key)
Public Sub New(routedEvent As RoutedEvent, key As ExitKey)
Parameters
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.