Constructor CustomKeyEventArgs
CustomKeyEventArgs()
Initializes a new instance of the CustomKeyEventArgs class.
public CustomKeyEventArgs()
CustomKeyEventArgs(object, Key, ModifierKeys)
Initializes a new instance of the CustomKeyEventArgs class with the specified original target object.
public CustomKeyEventArgs(object originalTarget, Key key, ModifierKeys modifiers)
Parameters
originalTargetobjectOriginal target object which received the event.
keyKeyThe key referenced by the event.
modifiersModifierKeysThe set of modifier keys pressed at the time when event was received.