IXRComboBox::RemoveDropDownClosedHandler (Compact 2013)
3/28/2014
This method removes a delegate from the DropDownClosed event for this combo box.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveDropDownClosedHandler(
IXRDelegate<XREventArgs>* pDelegate
) = 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType, [SenderType]> object that was passed into IXRComboBox::AddDropDownClosedHandler that you want to remove from the DropDownClosed event, which is raised when the pop-up part of this combo box closes.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |