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.SaveComponent

Saves the component from the page UI. Each page must override this and implement its own custom behavior.

[Visual Basic]
MustOverride Protected Sub SaveComponent()
[C#]
protected abstract void SaveComponent();
[C++]
protected: virtual void SaveComponent() = 0;
[JScript]
protected abstract function SaveComponent();

See Also

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