Represents a command that implements the IDisposable interface.
Namespace: MindFusion.Charting.Commands
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public abstract class DisposableCommand : Command, IDisposable |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class DisposableCommand |
RemarksA DisposableCommand is automatically committed when disposed unless it has been already executed or cancelled.
Inheritance HierarchySystem.Object![]()
MindFusion.Charting.Commands.Command
MindFusion.Charting.Commands.DisposableCommand
MindFusion.Charting.Commands.CompositeCommand
MindFusion.Charting.Commands.TrackChangesCommand
See Also