Compartir a través de


DomUIEvent Constructores

Definición

Sobrecargas

DomUIEvent(NSObjectFlag)
DomUIEvent(IntPtr)
DomUIEvent(String, Boolean, Boolean, DomAbstractView, Int32)

DomUIEvent(NSObjectFlag)

protected DomUIEvent (Foundation.NSObjectFlag t);
new WebKit.DomUIEvent : Foundation.NSObjectFlag -> WebKit.DomUIEvent

Parámetros

Se aplica a

DomUIEvent(IntPtr)

protected internal DomUIEvent (IntPtr handle);
new WebKit.DomUIEvent : nativeint -> WebKit.DomUIEvent

Parámetros

handle
IntPtr

nativeint

Se aplica a

DomUIEvent(String, Boolean, Boolean, DomAbstractView, Int32)

public DomUIEvent (string eventType, bool canBubble, bool cancelable, WebKit.DomAbstractView view, int detail);
new WebKit.DomUIEvent : string * bool * bool * WebKit.DomAbstractView * int -> WebKit.DomUIEvent

Parámetros

eventType
String
canBubble
Boolean
cancelable
Boolean
detail
Int32

Se aplica a