'Declaration
Public Overrides NotOverridable Function Undo( _ ByVal fireEvent As Boolean _ ) As CommandResult
'Usage
Dim instance As CellEditCommand Dim fireEvent As Boolean Dim value As CommandResult value = instance.Undo(fireEvent)
public override CommandResult Undo( bool fireEvent )
Parameters
- fireEvent
Return Value
true
if the command is successfully executed, false
otherwise.