IXRPopup::RemoveClosedEventHandler (Windows Embedded CE 6.0)
1/6/2010
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> 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 |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |