FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardCutDataOnlyUndoAction Class / PerformAction Method
object


In This Topic
PerformAction Method (ClipboardCutDataOnlyUndoAction)
In This Topic
Performs the undo action.
Syntax
'Declaration
 
Public Overridable Sub PerformAction( _
   ByVal sender As Object _
) 
 
'Usage
 
Dim instance As ClipboardCutDataOnlyUndoAction
Dim sender As Object
 
instance.PerformAction(sender)

Parameters

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