event MouseWheel (Delta as Long)
Occurs when the mouse wheel moves while the control has focus

TypeDescription
Delta as Long A long expression that specifies the direction and the quantity that the mouse wheel has been rolled. For instance, 1 indicates that the user rolls the mouse wheel up, -1 indicates that the user rolls the mouse wheel down. Any other value may indicate that the mouse wheel has been rolled quicker.
The MouseWheel occurs when the mouse wheel is rolled. You can use the MouseWheel event to perform different actions on any layer when the user rolls the mouse wheel. The ItemFromPoint property gets the item from the cursor. The IndexFromPoint property gets the item from the cursor. The AnchorFromPoint property retrieves the identifier of the anchor from point.  The FormatABC method formats the A,B,C values based on the giving expression and returns the result.

Syntax for MouseWheel event, /NET version, on:

private void MouseWheel(object sender,int   Delta)
{
}

Private Sub MouseWheel(ByVal sender As System.Object,ByVal Delta As Integer) Handles MouseWheel
End Sub

Syntax for MouseWheel event, /COM version, on:

private void MouseWheel(object sender, AxEXRADIALMENULib._IRadialMenuEvents_MouseWheelEvent e)
{
}

void OnMouseWheel(long   Delta)
{
}

void __fastcall MouseWheel(TObject *Sender,long   Delta)
{
}

procedure MouseWheel(ASender: TObject; Delta : Integer);
begin
end;

procedure MouseWheel(sender: System.Object; e: AxEXRADIALMENULib._IRadialMenuEvents_MouseWheelEvent);
begin
end;

begin event MouseWheel(long  Delta)

end event MouseWheel

Private Sub MouseWheel(ByVal sender As System.Object, ByVal e As AxEXRADIALMENULib._IRadialMenuEvents_MouseWheelEvent) Handles MouseWheel
End Sub

Private Sub MouseWheel(ByVal Delta As Long)
End Sub

Private Sub MouseWheel(ByVal Delta As Long)
End Sub

LPARAMETERS Delta

PROCEDURE OnMouseWheel(oRadialMenu,Delta)

RETURN

Syntax for MouseWheel event, /COM version (others), on:

<SCRIPT EVENT="MouseWheel(Delta)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function MouseWheel(Delta)
End Function
</SCRIPT>

Procedure OnComMouseWheel Integer   llDelta
	Forward Send OnComMouseWheel llDelta
End_Procedure

METHOD OCX_MouseWheel(Delta) CLASS MainDialog
RETURN NIL

void onEvent_MouseWheel(int   _Delta)
{
}

function MouseWheel as v (Delta  as  N)
end function

function nativeObject_MouseWheel(Delta)
return