Spread Windows Forms 12.0 Product Documentation
PushRedo Method (UndoRedoManager)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > UndoRedoManager Class : PushRedo Method
UndoAction
Pushes the specified action onto the redo stack.
Syntax
'Declaration
 
Protected Sub PushRedo( _
   ByVal action As UndoAction _
) 
'Usage
 
Dim instance As UndoRedoManager
Dim action As UndoAction
 
instance.PushRedo(action)
protected void PushRedo( 
   UndoAction action
)

Parameters

action
UndoAction
See Also

Reference

UndoRedoManager Class
UndoRedoManager Members