IXRThumb::RemoveDragDeltaHandler (Windows Embedded CE 6.0)
1/6/2010
This method removes a delegate from the DragDelta event for this control.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveDragDeltaHandler(
IXRDelegate<XRDragDeltaEventArgs>* pDelegate
) = 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType> object that was passed into IXRThumb::AddDragDeltaHandler that you want to remove from the DragDelta event, which occurs one or more times as the mouse pointer or stylus is moved when this thumb control has logical focus and mouse capture.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |