Share via


IXRScrollBar::RemoveScrollEventHandler (Compact 2013)

3/28/2014

This method removes a delegate from the Scroll event for this scrollbar.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveScrollEventHandler(
    __in IXRDelegate<XRScrollEventArgs>* pDelegate
) = 0;

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Controls.Primitives.ScrollBar.Scroll

Requirements

Header

XamlRuntime.h,
XRDelegate.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRScrollBar