Version

OnSizeChanged Method (DataGridView)

Called during layout when the size of this view has changed.
Syntax
protected override void OnSizeChanged( 
   int width,
   int height,
   int oldWidth,
   int oldHeight
)

Parameters

width
height
oldWidth
oldHeight
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also