MouseWheelEventArgs Class
Constructors & Destructor
|
Member Variables
Definition
Line
140
of
System.Windows/Message.cm
Inheritance
Constructors & Destructor
public
MouseWheelEventArgs
(
const
Point
& location_,
MouseButtons
buttons_,
short
distance_)
Member Variables
public
short
distance
public
bool
handled
Constructor& Destructor Details
MouseWheelEventArgs Constructor
public
MouseWheelEventArgs(
const
Point
& location_,
MouseButtons
buttons_,
short
distance_)
Definition
Line
142
of
System.Windows/Message.cm