[]
        
(Showing Draft Content)

FarPoint.Win.Chart.UndoRedoManager.PushUndo

PushUndo Method

PushUndo(UndoAction, bool)

Pushes the specified action onto the undo stack.

Declaration
protected void PushUndo(UndoAction action, bool clearRedo)
Protected Sub PushUndo(action As UndoAction, clearRedo As Boolean)
Parameters
Type Name Description
UndoAction action

Undo action

bool clearRedo

True to clear the redo stack (action is being performed), false otherwise (action is being undone)