public MouseWheelScrollEventArgs(
MouseDeviceInfo deviceInfo,
DeviceEvent deviceEvent,
MouseWheelDirection wheelDirection
)
Public Sub New (
deviceInfo As MouseDeviceInfo,
deviceEvent As DeviceEvent,
wheelDirection As MouseWheelDirection
)
Dim deviceInfo As MouseDeviceInfo
Dim deviceEvent As DeviceEvent
Dim wheelDirection As MouseWheelDirection
Dim instance As New MouseWheelScrollEventArgs(deviceInfo,
deviceEvent, wheelDirection)
public:
MouseWheelScrollEventArgs(
MouseDeviceInfo^ deviceInfo,
DeviceEvent deviceEvent,
MouseWheelDirection wheelDirection
)
new :
deviceInfo : MouseDeviceInfo *
deviceEvent : DeviceEvent *
wheelDirection : MouseWheelDirection -> MouseWheelScrollEventArgs
No code example is currently available or this language may not be supported.