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

Called when the current component may have changed elsewhere and needs to be reloded into the UI

[Visual Basic]
Overridable Protected Sub ReloadComponent()
[C#]
protected virtual void ReloadComponent();
[C++]
protected: virtual void ReloadComponent();
[JScript]
protected function ReloadComponent();

See Also

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