Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • ASPxClientChartDesigner.CallbackError Event

    Declaration

    CallbackError: ASPxClientEvent<ASPxClientCallbackErrorEventHandler<ASPxClientChartDesigner>>

    Event Data

    The CallbackError event's data class is ASPxClientCallbackErrorEventArgs. The following properties provide information specific to this event:

    Property Description
    handled Gets or sets whether the event is handled and the default error handling actions are not required.
    message Gets the error message that describes the server error that occurred.
    See Also