IXRUIElement::RemoveMouseLeftButtonDownEventHandler (Windows Embedded CE 6.0)
1/6/2010
This method removes a delegate from the MouseLeftButtonDown event for this UI element.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveMouseLeftButtonDownEventHandler(
IXRDelegate<XRMouseButtonEventArgs> *pDelegate
)= 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType> object that was passed into IXRUIElement::AddMouseLeftButtonDownEventHandler that you want to remove from the MouseLeftButtonDown event, which is raised when the left mouse button is pressed while the mouse is hovering over the element on the graphical window (or the mouse is captured).
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |