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