The following tables list the members exposed by BeforeAutoSizeColumnEventArgs.
| Name | Description | |
|---|---|---|
![]()  | BeforeAutoSizeColumnEventArgs Constructor | Constructor | 
| Name | Description | |
|---|---|---|
![]()  | AutoResizeColumnWidthOptions | A flagged enumeration indicating which parts of the column should be considered in the autosize operation (header, cells, and/or summaries). | 
![]()  | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | 
![]()  | Column | The column being auto-sized. | 
![]()  | NumberOfRows | A value indicating the number of rows to consider in calculating the column's width. | 
![]()  | Rows | Returns the rows collection being resized when the AutoSizeMode of the column is ColumnAutoSizeMode.SiblingRowsOnly; otherwise null. |