Back to Devexpress

TaskMovingEventArgs Class

windowsforms-devexpress-dot-xtragantt-45c8a93e.md

latest1.8 KB
Original Source

TaskMovingEventArgs Class

Provides data for the TaskMoveStarted, TaskMoving, TaskMoveCanceled, and TaskMoved events.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public class TaskMovingEventArgs :
    TaskModificationCancelEventArgs
vb
Public Class TaskMovingEventArgs
    Inherits TaskModificationCancelEventArgs

TaskMovingEventArgs is the data class for the following events:

Inheritance

Object EventArgs TaskModificationEventArgs DevExpress.XtraGantt.TaskModificationCancelEventArgs TaskMovingEventArgs

See Also

TaskMovingEventArgs Members

DevExpress.XtraGantt Namespace