Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDBStorageResources.OnResourceLoaded Event

In This Article

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

#Declaration

Delphi
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