Back to Devexpress

GanttCustomCallbackEventArgs Class

aspnet-devexpress-dot-web-dot-aspxgantt-4dee4dcf.md

latest1.8 KB
Original Source

GanttCustomCallbackEventArgs Class

Provides data for the CustomCallback event.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class GanttCustomCallbackEventArgs :
    EventArgs
vb
Public Class GanttCustomCallbackEventArgs
    Inherits EventArgs

GanttCustomCallbackEventArgs is the data class for the following events:

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

GanttCustomCallbackEventArgs Members

DevExpress.Web.ASPxGantt Namespace