[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.KeyExitEventArgs

KeyExitEventArgs Class

Provides data for the GrapeCity.Windows.InputMan.Primitives.EditBase.KeyExit event.

Inheritance
KeyExitEventArgs
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class KeyExitEventArgs : RoutedEventArgs
Public Class KeyExitEventArgs
    Inherits RoutedEventArgs

Constructors

Name Description
KeyExitEventArgs(ExitKey)

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

KeyExitEventArgs(RoutedEvent, ExitKey)

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

Properties

Name Description
Key

Gets a ExitKey value indicates the key raised GrapeCity.Windows.InputMan.Primitives.EditBase.KeyExit event.