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 OnValidating( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnValidating( EventArgs e ); [C++] protected: virtual void OnValidating( EventArgs* e ); [JScript] protected function OnValidating( e : EventArgs );
Control Class | Control Members | System.WinForms Namespace | AddOnValidating | RemoveOnValidating