Get or sets whether the element was edited during edit mode.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public virtual bool IsDirty { get; set; }
Visual Basic
Public Overridable Property IsDirty As Boolean
	Get
	Set

See Also