Occurs when this instance is marked dirty. It means the instance has been changed but not saved.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler<EventArgs> MarkedDirty
Public Event MarkedDirty As EventHandler(Of EventArgs)
public:
 event EventHandler<EventArgs^>^ MarkedDirty {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}

See Also