[]
This class represents the action which user delete the chart by press Delete or choose "Delete" from context menu.
public class SpreadChartDeleteUndoAction : UndoAction, ICloneable
Public Class SpreadChartDeleteUndoAction
Inherits UndoAction
Implements ICloneable
Name | Description |
---|---|
SpreadChartDeleteUndoAction(SpreadChart) | Initializes a new instance of the SpreadChartDeleteUndoAction class. |
Name | Description |
---|---|
PerformUndoAction(object) | Performs the undo action. |
SaveUndoState() | Saves undo state information. |
ToString() | |
Undo(object) | Undoes the action. |