AbstractUndoRedoCommand
, ClusteredCommand
, EventDeleteCommand
, EventMoveCommand
, EventResizeCommand
, SectionDeleteCommand
public interface IUndoRedoCommand
Modifier and Type | Method | Description |
---|---|---|
void |
dispose() |
Called when the event is about to be destroyed.
|
void |
redo() |
Redoes an event in the chart.
|
void |
undo() |
Undoes an event in the chart.
|
void undo()
void redo()
void dispose()