Back to Devexpress

TaskDependencyModificationEventArgs.ChangeType Property

windowsforms-devexpress-dot-xtragantt-dot-taskdependencymodificationeventargs-fe0c26c7.md

latest1.3 KB
Original Source

TaskDependencyModificationEventArgs.ChangeType Property

Gets the type of the operation.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public ChangeType ChangeType { get; }
vb
Public ReadOnly Property ChangeType As ChangeType

Property Value

TypeDescription
ChangeType

A value that specifies the type of the operation.

|

Available values:

NameDescription
Create

The dependency is created.

| | Remove |

The dependency is removed.

| | Modify |

The dependency is modified.

|

See Also

TaskDependencyModificationEventArgs Class

TaskDependencyModificationEventArgs Members

DevExpress.XtraGantt Namespace