ColumnWidthChangingEventArgs Properties
.NET Framework 4.5
The ColumnWidthChangingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
|
ColumnIndex | Gets the index of the column whose width is changing. |
|
NewWidth | Gets or sets the new width for the column. |