5 using SiliconStudio.ActionStack;
6 using SiliconStudio.Presentation.ViewModel.ActionStack;
8 namespace SiliconStudio.Presentation.ViewModel
An interface that represents an object which can be in a dirty state (modified since last save)...
EventHandler< DirtinessChangedEventArgs > DirtinessChanged
Raised when the IsDirty property has changed.
An abstact class that inherits from ActionItem and can be used to manage actions related to an IDirti...