Skip to main content

CallbackStateSaveEventHandler Delegate

Represents a method that will handle the WebChartControl.CallbackStateSave event.

Namespace: DevExpress.XtraCharts.Web

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

Declaration

public delegate void CallbackStateSaveEventHandler(
    object sender,
    CallbackStateSaveEventArgs e
);

Parameters

Name Type Description
sender Object

The event source. This parameter identifies the WebChartControl which raised the event.

e CallbackStateSaveEventArgs

A CallbackStateSaveEventArgs object which contains event data.

See Also