TaskDependencyModificationEventArgs.ChangeType Property
In This Article
Gets the type of the operation.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public ChangeType ChangeType { get; }
#Property Value
Type | Description |
---|---|
Change |
A value that specifies the type of the operation. |
Available values:
Name | Description |
---|---|
Create | The dependency is created. |
Remove | The dependency is removed. |
Modify | The dependency is modified. |
See Also