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

TcxSchedulerStorageResources.OnResourceVisibleChanged Event

In This Article

Notifies that an event resource‘s visibility state has changed.

#Declaration

Delphi
property OnResourceVisibleChanged: TcxSchedulerResourceEvent read; write;

#Remarks

This event occurs every time a stored resource’s Visible property value changes. For instance, you can handle the event to post resource visibility state changes to the underlying dataset of a data-aware event persistence manager when an end user hides or displays a resource via the Resources Layout Editor dialog.

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 OnResourceVisibleChanged event handler.

See Also