Fires when the mouse's wheel button is rotated.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Event MouseWheel As EventHandler(Of EventArgs
C#
public event EventHandler<EventArgs> MouseWheel
C++
public:
 virtual event EventHandler<EventArgs> MouseWheel {
    void add(EventHandler<EventArgsvalue) sealed ;
    void remove(EventHandler<EventArgsvalue) sealed ;
}
J#
/** event */
public final void add_MouseWheel(EventHandler<EventArgsvalue);

/** event */
public final void remove_MouseWheel(EventHandler<EventArgsvalue);
JScript
JScript suports the use of events, but not the declaration of new ones.

See Also