IUiKeyEventModifier Properties | 
The IUiKeyEventModifier type exposes the following members.
| Name | Description | |
|---|---|---|
| Bubbles | 
                Indicates whether an event is a bubbling event.
              (Inherited from IEvent.) | |
| Cancelable | 
                Indicates whether an event can have its default action
                prevented.
              (Inherited from IEvent.) | |
| CurrentTarget | 
                Gets the IEventTarget whose event listeners are currently
                being processed.
              (Inherited from IEvent.) | |
| EventPhase | 
                Gets the phase of event flow.
              (Inherited from IEvent.) | |
| IsDisposed | 
                Indicates if the object is already disposed.
              (Inherited from IAutoDisposable.) | |
| KeyModifiers | 
                Gets the key modifiers that are applied to the event.
              | |
| Target | 
                Gets the IEventTarget to which the event was originally dispatched.
              (Inherited from IEvent.) | |
| Type | 
                Gets the type of this DOM event.
              (Inherited from IEvent.) |