IXRUIElement::RemoveLostMouseCaptureEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the LostMouseCapture event for a UI element.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveLostMouseCaptureEventHandler(
__in IXRDelegate<XRMouseEventArgs>* pDelegate
) = 0;
Parameters
- pDelegate
[in] Pointer to the IXRDelegate<ArgType, [SenderType]> object that was passed into IXRUIElement::AddLostMouseCaptureEventHandler that you want to remove from the LostMouseCapture event, which is raised when this element loses mouse capture.
Return Value
Returns an HRESULT that indicates success or no success.
Remarks
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |