DataGridViewCellParsingEventArgs Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

rowIndex
Int32

Indice di riga della cella che è stata modificata.

columnIndex
Int32

Indice di colonna della cella che è stata modificata.

value
Object

Nuovo valore.

desiredType
Type

Tipo del nuovo valore.

inheritedCellStyle
DataGridViewCellStyle

Stile applicato alla cella che è stata modificata.

Si applica a

Vedi anche