Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure contains data for mouse button events.
Syntax
struct XRMouseButtonEventArgs : XRMouseEventArgs{
BOOL Handled;
};
Members
- Handled
The event handler can set this to TRUE to indicate that the event is handled. The default is FALSE.
Inheritance Hierarchy
XRMouseButtonEventArgs
Remarks
This structure provides data for the MouseLeftButtonDown and MouseLeftButtonUp events.
.NET Framework Equivalent
System.Windows.Input.MouseButtonEventArgs
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |