DomUIEvent 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
DomUIEvent(NSObjectFlag) | |
DomUIEvent(IntPtr) | |
DomUIEvent(String, Boolean, Boolean, DomAbstractView, Int32) |
DomUIEvent(NSObjectFlag)
protected DomUIEvent (Foundation.NSObjectFlag t);
new WebKit.DomUIEvent : Foundation.NSObjectFlag -> WebKit.DomUIEvent
Parameters
Applies to
DomUIEvent(IntPtr)
protected internal DomUIEvent (IntPtr handle);
new WebKit.DomUIEvent : nativeint -> WebKit.DomUIEvent
Parameters
- handle
-
IntPtr
nativeint
Applies to
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
Parameters
- eventType
- String
- canBubble
- Boolean
- cancelable
- Boolean
- view
- DomAbstractView
- detail
- Int32