Adds an event handler for the resize event. The resize event occurs when the bounds of the control change. This event may be fired from the constructor of base controls.
[Visual Basic] Overridable Public Sub AddOnResize( _ ByVal handler As EventHandler _ ) [C#] public virtual void AddOnResize( EventHandler handler ); [C++] public: virtual void AddOnResize( EventHandler* handler ); [JScript] public function AddOnResize( handler : EventHandler );
Control Class | Control Members | System.WinForms Namespace | RemoveOnResize