Back to Devexpress

GanttCustomCallbackEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxgantt-ee7a3c54.md

latest1.2 KB
Original Source

GanttCustomCallbackEventHandler Delegate

A method that handles the ASPxGantt.CustomCallback event.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | GanttCustomCallbackEventArgs |

An object that contains event data.

|

See Also

DevExpress.Web.ASPxGantt Namespace