Represents a command that implements the IDisposable interface.
Namespace: MindFusion.Charting.Commands
Assembly: MindFusion.Charting
C# Copy Code |
---|
public abstract class DisposableCommand : Command, IDisposable |
Visual Basic Copy Code |
---|
Public MustInherit Class DisposableCommand |
A DisposableCommand is automatically committed when disposed unless it has been already executed or cancelled.
System.Object
MindFusion.Charting.Commands.Command
MindFusion.Charting.Commands.DisposableCommand
MindFusion.Charting.Commands.CompositeCommand
MindFusion.Charting.Commands.TrackChangesCommand