Spread Windows Forms 12.0 Product Documentation
PushRedo Method (UndoManager)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > UndoManager 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 UndoManager
Dim action As UndoAction
 
instance.PushRedo(action)
protected void PushRedo( 
   UndoAction action
)

Parameters

action
UndoAction
See Also

Reference

UndoManager Class
UndoManager Members