Method | Description | |
---|---|---|
MouseWheelEventArgs ( ) : System |
Constructs a new MouseWheelEventArgs instance.
|
|
MouseWheelEventArgs ( |
Constructs a new MouseWheelEventArgs instance.
|
|
MouseWheelEventArgs ( int x, int y, int value, int delta ) : System |
Constructs a new MouseWheelEventArgs instance.
|
public MouseWheelEventArgs ( |
||
args | The |
|
return | System |
public MouseWheelEventArgs ( int x, int y, int value, int delta ) : System | ||
x | int | The X position. |
y | int | The Y position. |
value | int | The value of the wheel. |
delta | int | The change in value of the wheel for this event. |
return | System |