Skip to main content

TcxSchedulerDBStorageResources.OnResourceLoaded Event

Notifies that a resource has been loaded from the underlying dataset.

Declaration

property OnResourceLoaded: TcxSchedulerResourceEvent read; write;

Remarks

This event occurs every time a resource’s properties are successfully updated from all mapped fields in the underlying dataset. For instance, you can handle this event to avoid such updates for all or only specific resources in response to a record change in the underlying dataset.

Use the Sender and AResource parameters to identify the storage component and the resource that raised the event. Refer to the TcxSchedulerResourceEvent procedural type description for detailed information on parameters accessible within an OnResourceLoaded event handler.

See Also