GanttDataUpdateEventArgs Properties
Provides information for the DataUpdate event.
Name | 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