Inheriting classes should override this method to handle this event. Call base.onResize to send this event to any registered event listeners.
[Visual Basic] Overridable Protected Sub OnValidated( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnValidated( EventArgs e ); [C++] protected: virtual void OnValidated( EventArgs* e ); [JScript] protected function OnValidated( e : EventArgs );
Control Class | Control Members | System.WinForms Namespace | AddOnValidating | RemoveOnValidating