Constructor KeyboardEventArgs
KeyboardEventArgs()
Initializes a new instance of the KeyboardEventArgs class.
public KeyboardEventArgs()KeyboardEventArgs(object)
Initializes a new instance of the KeyboardEventArgs class with the specified original target object.
public KeyboardEventArgs(object originalTarget)Parameters
- originalTargetobject
- Original target object which received the event.