Undoes the action.
'Declaration
Public MustOverride Function Undo( _
ByVal As Object _
) As Boolean
'Usage
Dim instance As UndoAction
Dim sender As Object
Dim value As Boolean
value = instance.Undo(sender)
Parameters
- sender
- The sender.
Return Value
Boolean: true if successful; false otherwise