PerformUndoAction Method (DeleteUndoAction)
Performs the undo action.
'Declaration
Public Overrides Function PerformUndoAction( _
ByVal As Object _
) As Boolean
'Usage
Dim instance As DeleteUndoAction
Dim sender As Object
Dim value As Boolean
value = instance.PerformUndoAction(sender)
Parameters
- sender
- The sender.
Return Value
Boolean: true if successful; false otherwise