Skip to main content
A newer version of this page is available. .
All docs
V21.2

GanttCustomCallbackEventHandler Delegate

A method that handles the ASPxGantt.CustomCallback event.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void GanttCustomCallbackEventHandler(
    object sender,
    GanttCustomCallbackEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e GanttCustomCallbackEventArgs

An object that contains event data.

See Also