Back to Devexpress

CallbackStateLoadEventHandler Delegate

aspnet-devexpress-dot-xtracharts-dot-web-491e3a5b.md

latest1.6 KB
Original Source

CallbackStateLoadEventHandler Delegate

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

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public delegate void CallbackStateLoadEventHandler(
    object sender,
    CallbackStateLoadEventArgs e
);
vb
Public Delegate Sub CallbackStateLoadEventHandler(
    sender As Object,
    e As CallbackStateLoadEventArgs
)

Parameters

NameTypeDescription
senderObject

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

| | e | CallbackStateLoadEventArgs |

A CallbackStateLoadEventArgs object which contains event data.

|

See Also

Introduction to Delegates

DevExpress.XtraCharts.Web Namespace