Charting for WinForms Programmer's Guide
DisposableCommand Members
Properties Methods
 


Represents a command that implements the IDisposable interface.

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

 Protected Properties

  Name Description

HasEffect

Gets a value indicating whether the command does anything. (Inherited from Command.)

 Public Methods

  Name Description

Cancel

Cancels the command.

Dispose

IDisposable.Dispose implementation.

 Protected Methods

  Name Description

Execute

Command.Execute override.

Redo

Command.Redo override.

Undo

Command.Undo override.

 See Also

DisposableCommand Class
MindFusion.Charting.Commands Namespace