RenderTargetBitmap Events
.NET Framework 4.5
The RenderTargetBitmap type exposes the following members.
| Name | Description | |
|---|---|---|
|
Changed | Occurs when the Freezable or an object it contains is modified. (Inherited from Freezable.) |
|
DecodeFailed | Occurs when the image fails to load, due to a corrupt image header. (Inherited from BitmapSource.) |
|
DownloadCompleted | Occurs when the bitmap content has been completely downloaded. (Inherited from BitmapSource.) |
|
DownloadFailed | Occurs when the bitmap content failed to download. (Inherited from BitmapSource.) |
|
DownloadProgress | Occurs when the download progress of the bitmap content has changed. (Inherited from BitmapSource.) |