DomWheelEvent.InitEvent Method

Definition

Caution

Use the constructor instead.

[Foundation.Export("initWheelEvent:wheelDeltaY:view:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:")]
[System.Obsolete("Use the constructor instead.", false)]
public virtual void InitEvent (int wheelDeltaX, int wheelDeltaY, WebKit.DomAbstractView view, int screenX, int screnY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
override this.InitEvent : int * int * WebKit.DomAbstractView * int * int * int * int * bool * bool * bool * bool -> unit

Parameters

wheelDeltaX
Int32
wheelDeltaY
Int32
screenX
Int32
screnY
Int32
clientX
Int32
clientY
Int32
ctrlKey
Boolean
altKey
Boolean
shiftKey
Boolean
metaKey
Boolean
Attributes

Applies to