XRMouseButtonEventArgs (Compact 2013)
3/28/2014
This structure contains data for the MouseLeftButtonDown and MouseLeftButtonUp events.
Syntax
struct XRMouseButtonEventArgs : XRMouseEventArgs{
BOOL Handled;
};
Inheritance Hierarchy
XRMouseButtonEventArgs
Members
- Handled
The event handler can set this to TRUE to indicate that the event is handled. The default is FALSE.
- Position
Describes the x-coordinate and y-coordinate of the pointer position that raises the event. Inherited from XRMouseEventArgs.
- pStylusInfo
Points to an IXRStylusInfo object that indicates whether the stylus is inverted only if a stylus movement raises the event. Inherited from XRMouseEventArgs.
- pStylusPoints
Points to an IXRStylusPointCollection object that represents the stylus movement only if a stylus movement raises the event. Inherited from XRMouseEventArgs.
- pSource
Points to an IXRDependencyObject object that represents the source. This is the first object that raised the routed event. Inherited from XRRoutedEventArgs.
- Size
Indicates the size, in bytes, of this structure. Inherited from XREventArgs.
.NET Framework Equivalent
System.Windows.Input.MouseButtonEventArgs
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |