DomOverflowEvent Constructors

Definition

Overloads

DomOverflowEvent(NSObjectFlag)
DomOverflowEvent(IntPtr)
DomOverflowEvent(UInt16, Boolean, Boolean)

DomOverflowEvent(NSObjectFlag)

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

Parameters

Applies to

DomOverflowEvent(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

DomOverflowEvent(UInt16, Boolean, Boolean)

public DomOverflowEvent (ushort orient, bool hasHorizontalOverflow, bool hasVerticalOverflow);
new WebKit.DomOverflowEvent : uint16 * bool * bool -> WebKit.DomOverflowEvent

Parameters

orient
UInt16
hasHorizontalOverflow
Boolean
hasVerticalOverflow
Boolean

Applies to