Call this method to push an UndoableOperation on the undostack.
The redostack will be cleared if you use this method.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Push( IUndoableOperation operation )
Public Sub Push ( _ operation As IUndoableOperation _ )
public: void Push( IUndoableOperation^ operation )
Parameters
- operation (IUndoableOperation)
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238