Skip to main content

TcxSchedulerStorageResources.OnGetResourceImageIndex Event

Fires when the index of an image to draw in a resource header is about to be retrieved.

Declaration

property OnGetResourceImageIndex: TcxSchedulerGetResourceImageIndexEvent read; write;

Remarks

Handle this event to override the resource’s ImageIndex property setting.

The Sender parameter specifies the scheduler storage whose image index is about to be retrieved.

The AResource parameter specifies the storage resource.

The AImageIndex parameter specifies the image’s index in the image list provided by the Images property.

See Also