IXRRangeBase::RemoveMaximumChangedEventHandler (Windows Embedded CE 6.0)
1/6/2010
This method removes a delegate from the MaximumChanged event for this control.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveMaximumChangedEventHandler(
IXRDelegate<AXValueChangedEventArgs<float> >* pDelegate
) = 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType> object that was passed into IXRRangeBase::AddMaximumChangedEventHandler that you want to remove from the MaximumChanged event, which is raised when the Maximum value of this control changes.
Return Value
Returns and HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |