Skip to main content
A newer version of this page is available. .

CallbackStateEventArgs Class

Represents the base class for the CallbackStateLoadEventArgs and CallbackStateSaveEventArgs classes.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

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