Compartir vía


DataGridViewCellParsingEventArgs Constructor

Definición

Inicializa una nueva instancia de la clase DataGridViewCellParsingEventArgs.

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)

Parámetros

rowIndex
Int32

El índice de fila de la celda que se cambió.

columnIndex
Int32

El índice de columna de la celda que se cambió.

value
Object

Nuevo valor.

desiredType
Type

El tipo del nuevo valor.

inheritedCellStyle
DataGridViewCellStyle

El estilo aplicado a la celda que se cambió.

Se aplica a

Consulte también