NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UserControlDesigner.IsDirty

Whether or not the boolean dirty state of the web control is currently set.

[Visual Basic]
Public Property IsDirty As Boolean
[C#]
public bool IsDirty {get; set;}
[C++]
public: __property bool get_IsDirty();
public: __property void set_IsDirty(bool);
[JScript]
public function get IsDirty() : Boolean;
public function set IsDirty(Boolean);

Property Value

The control's dirty boolean state.

Remarks

This is used during saving of the inner content.

See Also

UserControlDesigner Class | UserControlDesigner Members | System.Web.UI.Design Namespace