wpf-devexpress-dot-xpf-dot-gantt-46887cb3.md
Provides data for the TaskFinishDateMoveCanceled event.
Namespace : DevExpress.Xpf.Gantt
Assembly : DevExpress.Xpf.Gantt.v25.2.dll
NuGet Package : DevExpress.Wpf.Gantt
public sealed class TaskFinishDateMoveCanceledEventArgs :
RoutedEventArgs
Public NotInheritable Class TaskFinishDateMoveCanceledEventArgs
Inherits RoutedEventArgs
TaskFinishDateMoveCanceledEventArgs is the data class for the following events:
The TaskFinishDateMoveCanceled event occurs when the task’s finish date editing was canceled for the following reasons:
Use the event argument’s Node property get the task whose finish date editing was canceled.
Object EventArgs RoutedEventArgs TaskFinishDateMoveCanceledEventArgs
See Also