System.Windows.Forms.Panel.OnResize Method

Fires the event indicating that the panel has been resized. Inheriting controls should use this in favor of actually listening to the event, but should still call base.onResize to ensure that the event is fired for external listeners.

Syntax

protected override void OnResize (EventArgs eventargs)

Parameters

eventargs
An EventArgs that contains the event data.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0