DomKeyboardEvent Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DomKeyboardEvent(NSObjectFlag)
protected DomKeyboardEvent (Foundation.NSObjectFlag t);
new WebKit.DomKeyboardEvent : Foundation.NSObjectFlag -> WebKit.DomKeyboardEvent
Parameters
Applies to
DomKeyboardEvent(IntPtr)
protected internal DomKeyboardEvent (IntPtr handle);
new WebKit.DomKeyboardEvent : nativeint -> WebKit.DomKeyboardEvent
Parameters
- handle
-
IntPtr
nativeint
Applies to
DomKeyboardEvent(String, Boolean, Boolean, DomAbstractView, String, DomKeyLocation, Boolean, Boolean, Boolean, Boolean)
public DomKeyboardEvent (string eventType, bool canBubble, bool cancelable, WebKit.DomAbstractView view, string keyIdentifier, WebKit.DomKeyLocation keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
new WebKit.DomKeyboardEvent : string * bool * bool * WebKit.DomAbstractView * string * WebKit.DomKeyLocation * bool * bool * bool * bool -> WebKit.DomKeyboardEvent
Parameters
- eventType
- String
- canBubble
- Boolean
- cancelable
- Boolean
- view
- DomAbstractView
- keyIdentifier
- String
- keyLocation
- DomKeyLocation
- ctrlKey
- Boolean
- altKey
- Boolean
- shiftKey
- Boolean
- metaKey
- Boolean
Applies to
DomKeyboardEvent(String, Boolean, Boolean, DomAbstractView, String, DomKeyLocation, Boolean, Boolean, Boolean, Boolean, Boolean)
public DomKeyboardEvent (string eventType, bool canBubble, bool cancelable, WebKit.DomAbstractView view, string keyIdentifier, WebKit.DomKeyLocation keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
new WebKit.DomKeyboardEvent : string * bool * bool * WebKit.DomAbstractView * string * WebKit.DomKeyLocation * bool * bool * bool * bool * bool -> WebKit.DomKeyboardEvent
Parameters
- eventType
- String
- canBubble
- Boolean
- cancelable
- Boolean
- view
- DomAbstractView
- keyIdentifier
- String
- keyLocation
- DomKeyLocation
- ctrlKey
- Boolean
- altKey
- Boolean
- shiftKey
- Boolean
- metaKey
- Boolean
- altGraphKey
- Boolean