Modifica

Condividi tramite


DomMouseEvent Constructors

Definition

Overloads

DomMouseEvent(NSObjectFlag)
DomMouseEvent(IntPtr)
DomMouseEvent(String, Boolean, Boolean, DomAbstractView, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean, UInt16, IDomEventTarget)

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
detail
Int32
screenX
Int32
screenY
Int32
clientX
Int32
clientY
Int32
ctrlKey
Boolean
altKey
Boolean
shiftKey
Boolean
metaKey
Boolean
button
UInt16
relatedTarget
IDomEventTarget

Applies to