Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
EventArgs.cs File Reference

Go to the source code of this file.

Classes

class  SiliconStudio.ActionStack.DiscardedActionItemsEventArgs< T >
 The argument of the ActionStack.ActionItemsDiscarded event. More...
 
class  SiliconStudio.ActionStack.ActionItemsEventArgs< T >
 Base class for action stack events arguments. More...
 
class  SiliconStudio.ActionStack.ActionItemEventArgs< T >
 

Namespaces

package  SiliconStudio.ActionStack
 

Enumerations

enum  SiliconStudio.ActionStack.ActionItemDiscardType {
  SiliconStudio.ActionStack.ActionItemDiscardType.Swallowed, SiliconStudio.ActionStack.ActionItemDiscardType.Disbranched, SiliconStudio.ActionStack.ActionItemDiscardType.UndoRedoInProgress, SiliconStudio.ActionStack.ActionItemDiscardType.Swallowed,
  SiliconStudio.ActionStack.ActionItemDiscardType.Disbranched, SiliconStudio.ActionStack.ActionItemDiscardType.DiscardedByApplication
}