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 ImageFailed event for this image brush.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveImageFailedEventHandler(
IXRDelegate<XREventArgs>* pDelegate
)= 0;
Parameters
- pDelegate
[in] IXRDelegate<ArgType, [SenderType]> object that was passed into IXRImageBrush::AddImageFailedEventHandler that you want to remove from the ImageFailed event, which occurs when there is an error associated with image retrieval or image format.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h, |
sysgen |
SYSGEN_XAML_RUNTIME |