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

Called when the page along with its sibling pages have applied their changes. It gives a chance for the page to reload itself especially when they are interdependant, and need to reflect changes made in another page.

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

See Also

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