IXRThumb::RemoveDragStartedHandler (Compact 2013)

3/28/2014

This method removes a delegate from the DragStarted event for this control.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveDragStartedHandler(
    IXRDelegate<XRDragStartedEventArgs>* pDelegate
) = 0;

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRThumb