protected void PushUndo( UndoAction action, bool clearRedo )
'Declaration Protected Sub PushUndo( _ ByVal action As UndoAction, _ ByVal clearRedo As Boolean _ )
'Declaration
Protected Sub PushUndo( _ ByVal action As UndoAction, _ ByVal clearRedo As Boolean _ )
'Usage Dim instance As UndoRedoManager Dim action As UndoAction Dim clearRedo As Boolean instance.PushUndo(action, clearRedo)
'Usage
Dim instance As UndoRedoManager Dim action As UndoAction Dim clearRedo As Boolean instance.PushUndo(action, clearRedo)
UndoRedoManager Class UndoRedoManager Members