Search
DisposableCommand Members
Constructors Methods
 


Represents a command that implements the IDisposable interface.

The following tables list the members exposed by the DisposableCommand type.

 Public Constructors

  Name Description

DisposableCommand

Initializes a new instance of the DisposableCommand class.

 Public Methods

  Name Description

cancel

Cancels the command.

clean

Disposes of this command.

dispose

IDisposable.Dispose implementation.

execute

Command.Execute override.

redo

Command.Redo override.

undo

Command.Undo override.

 See Also