RightClickEventArgs Class
Definition
Line
193
of
System.Windows/Message.cm
Constructors & Destructor
public
nothrow
RightClickEventArgs
(
Control
* control_,
const
Point
& location_)
Member Variables
public
Control
*
control
public
Point
location
Constructor& Destructor Details
RightClickEventArgs Constructor
public
nothrow
RightClickEventArgs(
Control
* control_,
const
Point
& location_)
Definition
Line
195
of
System.Windows/Message.cm