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!

ComponentEditorPage.ApplyChanges

Applies changes to all the component being edited.

[Visual Basic]
Overridable Public Sub ApplyChanges()
[C#]
public virtual void ApplyChanges();
[C++]
public: virtual void ApplyChanges();
[JScript]
public function ApplyChanges();

See Also

ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace