Sdílet prostřednictvím


ColumnWidthChangingEventArgs Konstruktory

Definice

Inicializuje novou instanci ColumnWidthChangingEventArgs třídy.

Přetížení

ColumnWidthChangingEventArgs(Int32, Int32)

Inicializuje novou instanci ColumnWidthChangingEventArgs třídy se zadaným indexem sloupce a šířkou.

ColumnWidthChangingEventArgs(Int32, Int32, Boolean)

Inicializuje novou instanci ColumnWidthChangingEventArgs třídy, určuje index a šířku sloupce a určuje, jestli se má událost zrušit.

ColumnWidthChangingEventArgs(Int32, Int32)

Inicializuje novou instanci ColumnWidthChangingEventArgs třídy se zadaným indexem sloupce a šířkou.

public:
 ColumnWidthChangingEventArgs(int columnIndex, int newWidth);
public ColumnWidthChangingEventArgs (int columnIndex, int newWidth);
new System.Windows.Forms.ColumnWidthChangingEventArgs : int * int -> System.Windows.Forms.ColumnWidthChangingEventArgs
Public Sub New (columnIndex As Integer, newWidth As Integer)

Parametry

columnIndex
Int32

Index sloupce, jehož šířka se mění.

newWidth
Int32

Nová šířka sloupce.

Platí pro

ColumnWidthChangingEventArgs(Int32, Int32, Boolean)

Inicializuje novou instanci ColumnWidthChangingEventArgs třídy, určuje index a šířku sloupce a určuje, jestli se má událost zrušit.

public:
 ColumnWidthChangingEventArgs(int columnIndex, int newWidth, bool cancel);
public ColumnWidthChangingEventArgs (int columnIndex, int newWidth, bool cancel);
new System.Windows.Forms.ColumnWidthChangingEventArgs : int * int * bool -> System.Windows.Forms.ColumnWidthChangingEventArgs
Public Sub New (columnIndex As Integer, newWidth As Integer, cancel As Boolean)

Parametry

columnIndex
Int32

Index sloupce, jehož šířka se mění.

newWidth
Int32

Nová šířka sloupce.

cancel
Boolean

true zrušit změnu šířky; falsev opačném případě .

Poznámky

true Předání parametru cancel způsobí zrušení změny šířky a sloupec se vrátí k předchozí velikosti.

Platí pro