GoXam for WPF v3
CanRedo Method (CommandHandler)
Northwoods.GoXam Namespace > CommandHandler Class : CanRedo Method
This overridable predicate controls whether or not the Redo command is executed.
Syntax
public virtual bool CanRedo()

Return Value

by default, this returns true if the diagram is not IsReadOnly, if AllowUndo is true, and if the diagram's model's Northwoods.GoXam.Model.UndoManager Northwoods.GoXam.Model.UndoManager.CanRedo predicate returns true.
See Also

Reference

CommandHandler Class
CommandHandler Members