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

TcxSchedulerWebServiceStorage.OnProviderError Event

In This Article

Notifies of an error occurring in an online event data provider.

#Declaration

Delphi
property OnProviderError: TProviderErrorEvent read; write;

#Remarks

Online calendar management operations can result in errors due to insufficient account permissions, incorrect server response, and network unavailability. The OnProviderError event fires every time an error occurs in an event data provider that the web service persistence manager uses to obtain and/or synchronize events. You can handle this event to obtain information on the error and identify the data provider in which it occurred.

Refer to the TProviderErrorEvent nested procedural type description for more information on parameters that you can use in the OnProviderError event’s handler.

See Also