ASPxGantt.DataUpdate Event
In This Article
Fires when Gantt data is updated.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event ASPxGanttDataUpdateEventHandler DataUpdate
#Event Data
The DataUpdate event's data class is GanttDataUpdateEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Delete |
Gets information about the deleted dependencies. |
Delete |
Gets information about the deleted resource assignments. |
Delete |
Gets information about the deleted resources. |
Delete |
Gets information about the deleted tasks. |
Handled | Gets or sets whether data update is handled manually, so no default processing is required. |
Insert |
Gets information about the inserted dependencies. |
Insert |
Gets information about the inserted resource assignments. |
Insert |
Gets information about the inserted resources. |
Insert |
Gets information about the inserted tasks. |
Update |
Gets information about the updated resources. |
Update |
Gets information about the updated tasks. |
See Also