Skip to main content

TcxSchedulerWebServiceStorage.OnProviderError Event

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

Declaration

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