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