IXRTextBox::RemoveSelectionChangedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the SelectionChanged event for this text-box control.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveSelectionChangedEventHandler(
IXRDelegate<XRRoutedEventArgs> *pDelegate
)= 0;
Parameters
- pDelegate
[in] Pointer to the IXRDelegate<ArgType, [SenderType]> object that was passed into IXRTextBox::AddSelectionChangedEventHandler that you want to remove from the SelectionChanged event.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |