Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / PushRedo Method
UndoAction


In This Topic
    PushRedo Method (UndoManager)
    In This Topic
    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