DomMouseEvent 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
DomMouseEvent(NSObjectFlag)
protected DomMouseEvent (Foundation.NSObjectFlag t);
new WebKit.DomMouseEvent : Foundation.NSObjectFlag -> WebKit.DomMouseEvent
Parameters
Applies to
DomMouseEvent(IntPtr)
protected internal DomMouseEvent (IntPtr handle);
new WebKit.DomMouseEvent : nativeint -> WebKit.DomMouseEvent
Parameters
- handle
-
IntPtr
nativeint
Applies to
DomMouseEvent(String, Boolean, Boolean, DomAbstractView, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean, UInt16, IDomEventTarget)
public DomMouseEvent (string eventType, bool canBubble, bool cancelable, WebKit.DomAbstractView view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, WebKit.IDomEventTarget relatedTarget);
new WebKit.DomMouseEvent : string * bool * bool * WebKit.DomAbstractView * int * int * int * int * int * bool * bool * bool * bool * uint16 * WebKit.IDomEventTarget -> WebKit.DomMouseEvent
Parameters
- eventType
- String
- canBubble
- Boolean
- cancelable
- Boolean
- view
- DomAbstractView
- detail
- Int32
- screenX
- Int32
- screenY
- Int32
- clientX
- Int32
- clientY
- Int32
- ctrlKey
- Boolean
- altKey
- Boolean
- shiftKey
- Boolean
- metaKey
- Boolean
- button
- UInt16
- relatedTarget
- IDomEventTarget