Interface IUndoableEdit
.NET interface for TO BE DEFINED FROM USER
public interface IUndoableEdit
Properties
PresentationName
String PresentationName { get; }
Property Value
RedoPresentationName
String RedoPresentationName { get; }
Property Value
UndoPresentationName
String UndoPresentationName { get; }
Property Value
Methods
AddEdit(UndoableEdit)
bool AddEdit(UndoableEdit arg0)
Parameters
arg0
UndoableEdit
Returns
CanRedo()
bool CanRedo()
Returns
CanUndo()
bool CanUndo()
Returns
Die()
void Die()
IsSignificant()
bool IsSignificant()
Returns
Redo()
void Redo()
Exceptions
ReplaceEdit(UndoableEdit)
bool ReplaceEdit(UndoableEdit arg0)
Parameters
arg0
UndoableEdit
Returns
Undo()
void Undo()