Back to Devexpress

ASPxGantt.DataUpdate Event

aspnet-devexpress-dot-web-dot-aspxgantt-dot-aspxgantt-1c824aa5.md

latest2.9 KB
Original Source

ASPxGantt.DataUpdate Event

Fires when Gantt data is updated.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxGanttDataUpdateEventHandler DataUpdate
vb
Public Event DataUpdate As ASPxGanttDataUpdateEventHandler

Event Data

The DataUpdate event's data class is GanttDataUpdateEventArgs. The following properties provide information specific to this event:

PropertyDescription
DeleteDependencyValuesGets information about the deleted dependencies.
DeleteResourceAssignmentValuesGets information about the deleted resource assignments.
DeleteResourceValuesGets information about the deleted resources.
DeleteTaskValuesGets information about the deleted tasks.
HandledGets or sets whether data update is handled manually, so no default processing is required.
InsertDependencyValuesGets information about the inserted dependencies.
InsertResourceAssignmentValuesGets information about the inserted resource assignments.
InsertResourceValuesGets information about the inserted resources.
InsertTaskValuesGets information about the inserted tasks.
UpdateResourceValuesGets information about the updated resources.
UpdateTaskValuesGets information about the updated tasks.

See Also

ASPxGantt - 'How To' Examples

ASPxGantt Class

ASPxGantt Members

DevExpress.Web.ASPxGantt Namespace