Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataGridViewAutoSizeModeEventArgs Constructor (Boolean)

 

Initializes a new instance of the DataGridViewAutoSizeModeEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
DataGridViewAutoSizeModeEventArgs(
	bool previousModeAutoSized
)

Parameters

previousModeAutoSized
Type: System::Boolean

true if the DataGridView::AutoSizeRowsMode property was previously set to any DataGridViewAutoSizeRowsMode value other than None or the DataGridView::RowHeadersWidthSizeMode property was previously set to any DataGridViewRowHeadersWidthSizeMode value other than DisableResizing or EnableResizing; otherwise, false.

When implementing a source for DataGridView::AutoSizeRowsModeChanged and DataGridView::RowHeadersWidthSizeModeChanged events, pass in true for previousModeAutoSized if the DataGridView already had an automatic resizing mode and the new mode is different. Otherwise, pass in false for previousModeAutoSized.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft