Back to Devexpress

ASPxGantt.TaskUpdated Event

aspnet-devexpress-dot-web-dot-aspxgantt-dot-aspxgantt-f96a2272.md

latest2.5 KB
Original Source

ASPxGantt.TaskUpdated Event

Fires after a user updated a task.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxDataUpdatedEventHandler TaskUpdated
vb
Public Event TaskUpdated As ASPxDataUpdatedEventHandler

Event Data

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

PropertyDescription
AffectedRecordsGets the number of records affected by the update operation. Inherited from ASPxDataBaseUpdatedEventArgs.
ExceptionGets the exception (if any) that was raised during the update operation. Inherited from ASPxDataBaseUpdatedEventArgs.
ExceptionHandledGets or sets whether an exception raised during the update operation was handled in the event handler. Inherited from ASPxDataBaseUpdatedEventArgs.
KeysGets a dictionary of field name/value pairs that specify the primary key of the item to update.
NewValuesGets a dictionary that contains the updated values of the non-key field name/value pairs in the item.
OldValuesGets a dictionary that contains the original field name/value pairs for the updated records.

Remarks

Use this event to handle a task update.

See Also

ASPxGantt - 'How To' Examples

ASPxGantt Class

ASPxGantt Members

DevExpress.Web.ASPxGantt Namespace