IXRPopup::RemoveOpenedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the Opened event for this popup.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveOpenedEventHandler(
__in IXRDelegate<XREventArgs> *pDelegate
)= 0;
Parameters
- pDelegate
[in] Pointer to the IXRDelegate<ArgType, [SenderType]> object that was passed into IXRPopup::AddOpenedEventHandler that you want to remove from the Opened event.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |