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();
ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace