DataGridViewDataErrorEventArgs Конструктор

Определение

Инициализирует новый экземпляр класса DataGridViewDataErrorEventArgs.

public:
 DataGridViewDataErrorEventArgs(Exception ^ exception, int columnIndex, int rowIndex, System::Windows::Forms::DataGridViewDataErrorContexts context);
public DataGridViewDataErrorEventArgs (Exception exception, int columnIndex, int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context);
public DataGridViewDataErrorEventArgs (Exception? exception, int columnIndex, int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context);
new System.Windows.Forms.DataGridViewDataErrorEventArgs : Exception * int * int * System.Windows.Forms.DataGridViewDataErrorContexts -> System.Windows.Forms.DataGridViewDataErrorEventArgs
Public Sub New (exception As Exception, columnIndex As Integer, rowIndex As Integer, context As DataGridViewDataErrorContexts)

Параметры

exception
Exception

Произошедшее исключение.

columnIndex
Int32

Индекс столбца ячейки, в которой возникло событие DataError.

rowIndex
Int32

Индекс строки ячейки, в которой возникло событие DataError.

context
DataGridViewDataErrorContexts

Битовая комбинация значений DataGridViewDataErrorContexts, указывающая контекст, в котором произошла ошибка.

Применяется к

См. также раздел