Class View.KeyEventEventArgs
Defines the event arguments for KeyEvent
public class View.KeyEventEventArgs : EventArgs
- Inheritance
-
View.KeyEventEventArgs
- Inherited Members
Constructors
- KeyEventEventArgs(KeyEvent)
Constructs.
Properties
- Handled
Indicates if the current Key event has already been processed and the driver should stop notifying any other event subscriber. Its important to set this value to true specially when updating any View's layout from inside the subscriber method.