DataGridViewCellParsingEventArgs 建構函式

定義

初始化 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)

參數

rowIndex
Int32

已變更的儲存格之資料列索引。

columnIndex
Int32

已變更的儲存格之資料行索引。

value
Object

新值。

desiredType
Type

新值的型別。

inheritedCellStyle
DataGridViewCellStyle

已變更的儲存格所套用的樣式。

適用於

另請參閱