Back to Devexpress

CustomCallbackEventHandler Delegate

aspnet-devexpress-dot-xtracharts-dot-web-f5ca2879.md

latest1.5 KB
Original Source

CustomCallbackEventHandler Delegate

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

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

Declaration

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

Parameters

NameTypeDescription
senderObject

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

| | e | CustomCallbackEventArgs |

A CustomCallbackEventArgs object which contains event data.

|

See Also

Introduction to Delegates

DevExpress.XtraCharts.Web Namespace