다음을 통해 공유


DomUIEvent 생성자

정의

오버로드

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

DomUIEvent(NSObjectFlag)

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

매개 변수

적용 대상

DomUIEvent(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상

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

매개 변수

eventType
String
canBubble
Boolean
cancelable
Boolean
detail
Int32

적용 대상