IControlDesignerTag.IsDirty Property

Definition

Gets a value indicating whether or not an attribute or the content of a tag has changed.

public:
 property bool IsDirty { bool get(); };
public bool IsDirty { get; }
member this.IsDirty : bool
Public ReadOnly Property IsDirty As Boolean

Property Value

true if the tag has changed; otherwise, false.

Applies to

See also