DataGridViewAutoSizeModeEventArgs Class
Provides data for the DataGridViewAutoSizeRowsModeChanged and RowHeadersWidthSizeModeChanged events.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | DataGridViewAutoSizeModeEventArgs(Boolean) | Initializes a new instance of the DataGridViewAutoSizeModeEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | PreviousModeAutoSized | Gets a value specifying whether the DataGridView was previously set to automatically resize. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The AutoSizeRowsModeChanged event is raised when the value of the AutoSizeRowsMode property of the DataGridView control changes. The RowHeadersWidthSizeModeChanged event is raised when the value of the RowHeadersWidthSizeMode property changes.
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to process the AutoSizeRowsModeChanged event. This code example is part of a larger example provided at How to: Automatically Resize Cells When Content Changes in the Windows Forms DataGridView Control.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
DataGridView
DataGridView.AutoSizeRowsModeChanged
DataGridView.AutoSizeRowsMode
DataGridViewAutoSizeRowsMode
DataGridView.RowHeadersWidthSizeModeChanged
DataGridView.RowHeadersWidthSizeMode
DataGridViewRowHeadersWidthSizeMode
DataGridViewAutoSizeModeEventHandler
System.Windows.Forms Namespace
Resizing Columns and Rows in the Windows Forms DataGridView Control


