Fires the event indicating that the panel has been resized. Inheriting controls should use this in favour of actually listening to the event, but should not forget to call base.onResize() to ensure that the event is still fired for external listeners.
[Visual Basic] Overrides Protected Sub OnResize( _ ByVal eventargs As EventArgs _ ) [C#] protected override void OnResize( EventArgs eventargs ); [C++] protected: override void OnResize( EventArgs* eventargs ); [JScript] protected override function OnResize( eventargs : EventArgs );