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!

IComponentEditorPageSite.SetDirty

Notifies the site that the editor is in dirty state.

[Visual Basic]
Sub SetDirty()
[C#]
void SetDirty();
[C++]
void SetDirty() = 0;
[JScript]
function SetDirty();

See Also

IComponentEditorPageSite Interface | IComponentEditorPageSite Members | System.WinForms.ComponentModel Namespace