ImageCollection Events
The collection of Image objects to be used within DevExpress controls.
The ImageCollection
is also used as a part of the SharedImageCollection component.
Name | Description |
---|---|
Changed | Fires after the image collection has been changed. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
GetImageSize | When the ImageCollection.IsDpiAware option is enabled, the GetImageSize event allows you to customize the size of images returned by the ImageCollection. This event is fired on finishing an ImageCollection object initialization. |
ResolveImage | When requesting an image from the ImageCollection, the ResolveImage event fires when the project resources do not contain a DPI-specific image that matches the requested image and allows you to provide this DPI-specific image manually. This event is in effect when the ImageCollection.IsDpiAware option is enabled and the requested image was loaded into the ImageCollection from the project resources. |
See Also