Click or drag to resize
AB4D logo

MouseWheel3DEventHandler Delegate

Represents the method that will handle mouse wheel events on 3D objects.

Namespace: Ab3d.Common.EventManager3D
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public delegate void MouseWheel3DEventHandler(
	Object sender,
	MouseWheel3DEventArgs e
)

Parameters

sender  Object
The object where the event handler is attached.
e  MouseWheel3DEventArgs
The event data.
See Also