Skip to main content
A newer version of this page is available. .

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.
See Also