Skip to main content

CallbackStateEventArgs Class

Represents the base class for the CallbackStateLoadEventArgs and CallbackStateSaveEventArgs classes.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public class CallbackStateEventArgs :
    EventArgs

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