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