Spread Windows Forms 12.0 Product Documentation
PerformUndoAction Method (UndoRedoManager)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > UndoRedoManager Class : PerformUndoAction Method
UndoAction
Performs the specified action (it can then be undone with Undo).
Syntax
'Declaration
 
Public Function PerformUndoAction( _
   ByVal action As UndoAction _
) As Boolean
'Usage
 
Dim instance As UndoRedoManager
Dim action As UndoAction
Dim value As Boolean
 
value = instance.PerformUndoAction(action)
public bool PerformUndoAction( 
   UndoAction action
)

Parameters

action
UndoAction

Return Value

Boolean: true if successful; false otherwise
See Also

Reference

UndoRedoManager Class
UndoRedoManager Members