Usages of KeyEventType
Properties
eventType | in KeyEventArgs | Gets the type of the event. |
Method Return Values
from (KeyEventType) | in KeyEventType | Converts the given argument to an enum constant of this enum type. |
Method Parameters
createKeyEventRecognizer (KeyEventType, string, ModifierKeys?) | in EventRecognizers | Creates an event recognizer for a given key and type using a given set of modifiers. | |
KeyEventArgs (KeyboardEvent, KeyEventType) | in KeyEventArgs | Creates a new instance of this class from a native keyboard event. | |
from (KeyEventType) | in KeyEventType | Converts the given argument to an enum constant of this enum type. | |
getName (KeyEventType) | in KeyEventType | Returns the name of the given enum constant. |