Skip to main content
All docs
V23.2

GanttCustomCallbackEventArgs Class

Provides data for the CustomCallback event.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public class GanttCustomCallbackEventArgs :
    EventArgs

Remarks

The client PerformCallback method initiates a round trip to the server and raises the server CustomCallback event.

Use the GanttCustomCallbackEventArgs.Argument property to get information passed from the client-side with the PerformCallback(args) method’s args parameter.

Inheritance

Object
EventArgs
GanttCustomCallbackEventArgs
See Also