MouseHookMouseWheelEventHandler Delegate
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public delegate void MouseWheelEventHandler(
Object sender,
MouseWheelDirection wheelDirection
)
Public Delegate Sub MouseWheelEventHandler (
sender As Object,
wheelDirection As MouseWheelDirection
)
Dim instance As New MouseWheelEventHandler(AddressOf HandlerMethod)
public delegate void MouseWheelEventHandler(
Object^ sender,
MouseWheelDirection wheelDirection
)
type MouseWheelEventHandler =
delegate of
sender : Object *
wheelDirection : MouseWheelDirection -> unit
No code example is currently available or this language may not be supported.
Parameters
- sender Object
-
- wheelDirection MouseWheelDirection
-