aspnet-devexpress-dot-web-dot-aspxgantt-dot-aspxgantt-1c824aa5.md
Fires when Gantt data is updated.
Namespace : DevExpress.Web.ASPxGantt
Assembly : DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package : DevExpress.Web
public event ASPxGanttDataUpdateEventHandler DataUpdate
Public Event DataUpdate As ASPxGanttDataUpdateEventHandler
The DataUpdate event's data class is GanttDataUpdateEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| DeleteDependencyValues | Gets information about the deleted dependencies. |
| DeleteResourceAssignmentValues | Gets information about the deleted resource assignments. |
| DeleteResourceValues | Gets information about the deleted resources. |
| DeleteTaskValues | Gets information about the deleted tasks. |
| Handled | Gets or sets whether data update is handled manually, so no default processing is required. |
| InsertDependencyValues | Gets information about the inserted dependencies. |
| InsertResourceAssignmentValues | Gets information about the inserted resource assignments. |
| InsertResourceValues | Gets information about the inserted resources. |
| InsertTaskValues | Gets information about the inserted tasks. |
| UpdateResourceValues | Gets information about the updated resources. |
| UpdateTaskValues | Gets information about the updated tasks. |
See Also