Class KeyboardEventArgs
Base class for the keyboard event arguments.
public class KeyboardEventArgs : HandledEventArgs
- Inheritance
-
KeyboardEventArgs
- Derived
Constructors
- KeyboardEventArgs()
Initializes a new instance of the KeyboardEventArgs class.
- KeyboardEventArgs(object)
Initializes a new instance of the KeyboardEventArgs class with the specified original target object.
Properties
- CurrentTarget
Gets current target control for the event.
- OriginalTarget
Gets original target control for the event.