Click or drag to resize
DigitalRuneUndoBufferCanUndo Property
Gets a value indicating whether there are operations on the undo stack.

Namespace: DigitalRune.Undo
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool CanUndo { get; }

Property Value

Type: Boolean
if an operation can be undone; otherwise, .
See Also