IXRSelector::RemoveSelectionChangedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the SelectionChanged event for this selector object.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveSelectionChangedEventHandler(
__in IXRDelegate<XRSelectionChangedEventArgs>* pDelegate
) = 0;
Parameters
- pDelegate
[in] Pointer to an IXRDelegate<ArgType, [SenderType]> object that you want to remove from the SelectionChanged event, which is raised when the selected item changes. The ArgType structure XRSelectionChangedEventArgs stores data for the raised SelectionChanged event. The IXRDelegate<XRSelectionChangedEventArgs> object must have been passed in a call to the IXRSelector::AddSelectionChangedEventHandler method earlier in the program.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |