4 using System.Collections.Generic;
6 namespace SiliconStudio.ActionStack
36 event EventHandler<ActionItemsEventArgs<IActionItem>>
Undone;
41 event EventHandler<ActionItemsEventArgs<IActionItem>>
Redone;
65 SavePoint CreateSavePoint(
bool markActionsAsSaved);
EventHandler< ActionItemsEventArgs< IActionItem > > Undone
Raised when an action item is undone.
Represents a save point marker in the undo/redo action items stack.
EventHandler< ActionItemsEventArgs< IActionItem > > ActionItemsAdded
Raised whenever action items are added to the stack.
Base interface for action items.
Base interface to for an action stack.
EventHandler< DiscardedActionItemsEventArgs< IActionItem > > ActionItemsDiscarded
Raised whenever action items are discarded from the stack.
EventHandler< ActionItemsEventArgs< IActionItem > > Redone
Raised when an action item is redone.
EventHandler ActionItemsCleared
Raised whenever the action stack is cleared.