Represents a command that implements the IDisposable interface.
The following tables list the members exposed by the DisposableCommand type.
Name | Description | |
---|---|---|
Initializes a new instance of the DisposableCommand class. |
Name | Description | |
---|---|---|
Cancels the command. |
||
Disposes of this command. |
||
IDisposable.Dispose implementation. |
||
Command.Execute override. |
||
Command.Redo override. |
||
Command.Undo override. |