ASPxGantt.DataUpdate Event
Fires when Gantt data is updated.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Event Data
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