Search
DisposableCommand Class
Remarks See Also
 






Represents a command that implements the IDisposable interface.

Namespace: MindFusion.Charting.Commands
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public abstract class DisposableCommand : Command, IDisposable

Visual Basic  Copy Code

Public MustInherit Class DisposableCommand
    Inherits Command
    Implements IDisposable

 Remarks

A DisposableCommand is automatically committed when disposed unless it has been already executed or cancelled.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.Commands.Command
        MindFusion.Charting.Commands.DisposableCommand
            MindFusion.Charting.Commands.CompositeCommand
            MindFusion.Charting.Commands.TrackChangesCommand

 See Also