System.Windows.Forms.ColumnWidthChangingEventArgs Members

The members of System.Windows.Forms.ColumnWidthChangingEventArgs are listed below.

See Also: Inherited members from System.ComponentModel.CancelEventArgs

Public Constructors

Initializes a new instance of the System.Windows.Forms.ColumnWidthChangingEventArgs class with the specified column index and width.

Initializes a new instance of the System.Windows.Forms.ColumnWidthChangingEventArgs class, specifying the column index and width and whether to cancel the event.

Public Properties

[read-only]
ColumnIndexint.

Gets the index of the column whose width is changing.

NewWidthint.

Gets or sets the new width for the column.