Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / PushRedo Method
UndoAction


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