AvalonEdit
CanRedo Property
NamespacesICSharpCode.AvalonEdit.DocumentUndoStackCanRedo
Gets if there are actions on the redo stack. Use the PropertyChanged event to listen to changes of this property.
Declaration Syntax
C#Visual BasicVisual C++
public bool CanRedo { get; }
Public ReadOnly Property CanRedo As Boolean
	Get
public:
property bool CanRedo {
	bool get ();
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238