IXRUIElement::RemoveGestureEventHandler (Windows Embedded CE 6.0)
1/6/2010
This method removes a delegate from the Gesture event for this UI element.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveGestureEventHandler(
IXRDelegate<AXGestureEventArgs>* pDelegate
) = 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType> object that was passed into IXRUIElement::AddGestureEventHandler that you want to remove from the Gesture event, which is raised when an ink-related gesture is recognized.
Return Value
Returns an HRESULT that indicates success or failure.
Returns XR_E_INVALID_OBJECT if pDelegate is not a Silverlight object.
.NET Framework Equivalent
None.
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |