DomUIEvent Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se a
DomUIEvent(IntPtr)
protected internal DomUIEvent (IntPtr handle);
new WebKit.DomUIEvent : nativeint -> WebKit.DomUIEvent
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se 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
- view
- DomAbstractView
- detail
- Int32