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
- pDelegate
[in] Pointer to an IXRDelegate<ArgType, [SenderType]> object that was passed into IXRScrollBar::AddScrollEventHandler that you want to remove from the Scroll event, which is raised when the user moves the thumb that belongs to this scrollbar.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Controls.Primitives.ScrollBar.Scroll
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |