3 namespace SiliconStudio.ActionStack
9 public class DiscardedActionItemsEventArgs<T> : ActionItemsEventArgs<T> where T : class,
IActionItem
ActionItemDiscardType
This enum describes how an action item is being discarded when the ActionStack.ActionItemsDiscarded e...
DiscardedActionItemsEventArgs(ActionItemDiscardType type, T[] actionItems)
Initializes a new instance of the DiscardedActionItemsEventArgs{T} class.
Base interface for action items.