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

TcxCustomSchedulerStorage.AddListener(IcxSchedulerStorageListener) Method

Registers the IcxSchedulerStorageListener listener specified by the AListener parameter so that it’s notified when the storage changes its state.

#Declaration

Delphi
procedure AddListener(AListener: IcxSchedulerStorageListener);

#Parameters

Name Type
AListener IcxSchedulerStorageListener

#Remarks

Call this method to add the AListener to the collection of IcxSchedulerStorageListener listeners that are notified when the storage changes its state.

See Also