MindFusion.Wpf Pack Programmer's Guide
IProjectViewModel.CanUndo Property
See Also
 





Gets or sets a value indicating whether there is a command in the undo history which can be undone.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

bool CanUndo { get; }

Visual Basic  Copy Code

ReadOnly Property CanUndo As Boolean

 Property Value

true if there is a command in the undo history that can be undone; otherwise, false.

 See Also

IProjectViewModel Members
IProjectViewModel Interface
MindFusion.DataViews.Wpf Namespace