| C1.Win.C1Report.4 Assembly > C1.Win.C1Preview Namespace > C1PreviewThumbnailView Class : ColumnWidthChanging Event |
'Declaration Public Event ColumnWidthChanging As System.Windows.Forms.ColumnWidthChangingEventHandler
public event System.Windows.Forms.ColumnWidthChangingEventHandler ColumnWidthChanging
The event handler receives an argument of type System.Windows.Forms.ColumnWidthChangingEventArgs containing data related to this event. The following ColumnWidthChangingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
| ColumnIndex | Gets the index of the column whose width is changing. |
| NewWidth | Gets or sets the new width for the column. |