Triggers a full redraw when the size changes.
Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected Overrides Sub OnSizeChanged( _ ByVal e As EventArgs _ ) |
| C# |
|---|
| protected override void OnSizeChanged( EventArgs e ) |
| C++ |
|---|
| protected: virtual void OnSizeChanged( EventArgs e ) override |
| J# |
|---|
| protected override void OnSizeChanged( EventArgs e ) |
| JScript |
|---|
| protected override
function OnSizeChanged( e : EventArgs ) |
Parameters
- e