XRGestureEventArgs (Windows Embedded CE 6.0)
1/6/2010
This structure contains event data for a gesture event that uses ink input. Ink refers to handwriting or drawing content that was input by using a stylus, a mouse, or by touch.
Syntax
struct XRGestureEventArgs : XREventArgs
{
BOOL Handled;
HWND hWnd;
GESTUREINFO GestureInfo;
};
Members
Handled
Boolean value that indicates whether this event is routed to another object.If this is set to true, this event will not be routed to the parent of this control. Otherwise, this event will continue upward in the object hierarchy until there are no parents to route the event to.
- hWnd
Handle to the host window that received this event.
- GestureInfo
GESTUREINFO structure that contains information about a gesture event.
Inheritance Hierarchy
XRGestureEventArgs
.NET Framework Equivalent
None.
Requirements
Header | pwinuser.h, XamlRuntime.h |
sysgen | SYSGEN_TOUCHGESTURE, SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |
See Also
Reference
Silverlight for Windows Embedded Structures
IXRUIElement::AddGestureEventHandler