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

TcxCustomScheduler.OnFirstVisibleResourceChanged Event

In This Article

Fires when the leftmost resource in the scheduling area has been changed.

#Declaration

Delphi
property OnFirstVisibleResourceChanged: TNotifyEvent read; write;

#Remarks

Implement the OnFirstVisibleResourceChanged event handler to provide custom behavior after the leftmost resource has been changed and before the scheduling area is rendered.

The Sender parameter specifies the scheduler control.

See Also