Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
3/28/2014
This method removes a delegate from the DropDownOpened event for this combo box.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveDropDownOpenedHandler(
IXRDelegate<XREventArgs>* pDelegate
) = 0;};
Parameters
- pDelegate
[in] IXRDelegate<ArgType, [SenderType]> object that was passed into IXRComboBox::AddDropDownOpenedHandler that you want to remove from the DropDownOpened event, which is raised when the pop-up menu of this combo box closes.
Return Value
Returns an HRESULT that indicates success or failure.
Returns XR_E_INVALID_OBJECT if pDelegate is not a XAML for Windows Embedded object.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |