IXRUIElement::RemoveMouseLeaveEventHandler (Compact 2013)

3/28/2014

This method removes a delegate from the MouseLeave event for this UI element.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveMouseLeaveEventHandler(
    IXRDelegate<XRMouseEventArgs> *pDelegate
)= 0;

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h,
XRDelegate.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRUIElement