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