Back to Devexpress

ProgressMovingEventArgs Class

wpf-devexpress-dot-xpf-dot-gantt-8fc8ae11.md

latest1.5 KB
Original Source

ProgressMovingEventArgs Class

Provides data for the ProgressMoving event.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public sealed class ProgressMovingEventArgs :
    RoutedEventArgs
vb
Public NotInheritable Class ProgressMovingEventArgs
    Inherits RoutedEventArgs

ProgressMovingEventArgs is the data class for the following events:

Remarks

Use the Node property to get the task whose progress is edited.

You can change the edited progress using the Progress property.

Inheritance

Object EventArgs RoutedEventArgs ProgressMovingEventArgs

See Also

ProgressMovingEventArgs Members

DevExpress.Xpf.Gantt Namespace