Skip to main content

TcxSchedulerStorageResources.OnResourceVisibleChanged Event

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

Declaration

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