IXRRangeBase::RemoveValueChangedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the ValueChanged event for this control.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveValueChangedEventHandler(
IXRDelegate<AXValueChangedEventArgs<float> >* pDelegate
) = 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType, [SenderType]> object that was passed into IXRRangeBase::AddValueChangedEventHandler that you want to remove from the ValueChanged event, which is raised when the range value changes.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |