IXRImage::RemoveImageFailedEventHandler (Compact 2013)
3/28/2014
This method removes a delegate from the ImageFailed event for this image.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveImageFailedEventHandler(
IXRDelegate<XREventArgs>* pDelegate
)= 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType, [SenderType]> object that was passed into IXRImage::AddImageFailedEventHandler that you want to remove from the ImageFailed event, which is raised when there is an error associated with image retrieval or format.
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 |