Share via


IXRMouseDragElementBehavior.RemoveDragBegunEventHandler(IXRDelegate @,IXRMouseDragElementBehavior @ gt; *) (Compact 2013)

3/28/2014

This method removes a DragBegun event handler.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveDragBegunEventHandler(
IXRDelegate<XRMouseEventArgs, IXRMouseDragElementBehavior> *pDelegate)

Parameters

  • pDelegate
    [in] Pointer to the DragBegun event handler delegate to remove.

Return Value

Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.

Remarks

See Also

Reference

IXRMouseDragElementBehavior