Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This method removes a delegate from the Closed event for this popup.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveClosedEventHandler(
__in IXRDelegate<XREventArgs> *pDelegate
)= 0;
Parameters
- pDelegate
[in] Pointer to the IXRDelegate<ArgType, [SenderType]> object that was passed into IXRPopup::AddClosedEventHandler that you want to remove from the Closed event.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |