Represents a command that implements the IDisposable interface.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
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.Spreadsheet.Command
MindFusion.Spreadsheet.DisposableCommand
MindFusion.Spreadsheet.CompositeCommand
MindFusion.Spreadsheet.TrackChangesCommand
See Also