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

変更されたセルに適用されたスタイル。

適用対象

こちらもご覧ください