ImageLoader Events
Manages images used in an XAF application.| Name | Description |
|---|---|
| CustomGetImageInfo static | Occurs before image metadata is loaded. |
| CustomizeImageInfo | Occurs when image metadata is retrieved via the ImageLoader‘s Get…ImageInfo methods. Allows you to customize the metadata. |
| CustomizeImageSourceImageInfo | Occurs when image metadata is retrieved from ImageSource via the ImageLoader’s Get…ImageInfo methods. Allows you to customize the metadata. |
| ImageInfoLoading | Occurs when an image is loading. Set the Cancel event argument to true to skip loading. |
| Initialized static |
See Also