DomWheelEvent.InitEvent Method
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.
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
- view
- DomAbstractView
- screenX
- Int32
- screnY
- Int32
- clientX
- Int32
- clientY
- Int32
- ctrlKey
- Boolean
- altKey
- Boolean
- shiftKey
- Boolean
- metaKey
- Boolean
- Attributes