Compartilhar via


DataGridViewCellParsingEventArgs Construtor

Definição

Inicializa uma nova instância da classe 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

O índice da linha da célula que foi alterada.

columnIndex
Int32

O índice da coluna da célula que foi alterada.

value
Object

O novo valor.

desiredType
Type

O tipo do novo valor.

inheritedCellStyle
DataGridViewCellStyle

O estilo aplicado à célula que foi alterada.

Aplica-se a

Confira também