DataGridViewCellParsingEventArgs Konstruktor

Definice

Inicializuje novou instanci DataGridViewCellParsingEventArgs třídy.

public:
 DataGridViewCellParsingEventArgs(int rowIndex, int columnIndex, System::Object ^ value, Type ^ desiredType, System::Windows::Forms::DataGridViewCellStyle ^ inheritedCellStyle);
public DataGridViewCellParsingEventArgs (int rowIndex, int columnIndex, object value, Type desiredType, System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle);
public DataGridViewCellParsingEventArgs (int rowIndex, int columnIndex, object? value, Type? desiredType, System.Windows.Forms.DataGridViewCellStyle? inheritedCellStyle);
new System.Windows.Forms.DataGridViewCellParsingEventArgs : int * int * obj * Type * System.Windows.Forms.DataGridViewCellStyle -> System.Windows.Forms.DataGridViewCellParsingEventArgs
Public Sub New (rowIndex As Integer, columnIndex As Integer, value As Object, desiredType As Type, inheritedCellStyle As DataGridViewCellStyle)

Parametry

rowIndex
Int32

Index řádku buňky, která byla změněna.

columnIndex
Int32

Index sloupce buňky, která byla změněna.

value
Object

Nová hodnota.

desiredType
Type

Typ nové hodnoty.

inheritedCellStyle
DataGridViewCellStyle

Styl použitý u buňky, která byla změněna.

Platí pro

Viz také