IXRPopup::RemoveClosedEventHandler (Compact 2013)
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 |