ASPxGanttDataUpdateEventHandler Delegate
A method that handles the DataUpdate event.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void ASPxGanttDataUpdateEventHandler(
object sender,
GanttDataUpdateEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | GanttDataUpdateEventArgs | Contains data for the event. |
See Also