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