CallbackStateEventArgs Class
Represents the base class for the CallbackStateLoadEventArgs and CallbackStateSaveEventArgs classes.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
Declaration
Remarks
The CallbackStateEventArgs class introduces the CallbackStateEventArgs.Chart property, which specifies the chart being processed in the event handler.
Note, that you don’t need to create and use instances of the CallbackStateEventArgs class. Instead, CallbackStateLoadEventArgs and CallbackStateSaveEventArgs should be used. These objects are automatically created, initialized and passed to corresponding event handlers.
See Also