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

Return Value

Returns an HRESULT that indicates whether or not the method succeeded.

Remarks

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h,
XRDelegate.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRUIElement