Spread Windows Forms 12.0 Product Documentation
PerformAction Method (UndoAction)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > UndoAction Class : PerformAction Method
object
Performs the undo action.
Syntax
'Declaration
 
Public Overrides Sub PerformAction( _
   ByVal sender As Object _
) 
'Usage
 
Dim instance As UndoAction
Dim sender As Object
 
instance.PerformAction(sender)
public override void PerformAction( 
   object sender
)

Parameters

sender
object
Remarks
If sender is a SpreadView object, it will be used to fire events during the operation.
See Also

Reference

UndoAction Class
UndoAction Members