DataGridViewCellCancelEventArgs(Int32, Int32) Konstruktor

Definice

Inicializuje novou instanci DataGridViewCellCancelEventArgs třídy.

public:
 DataGridViewCellCancelEventArgs(int columnIndex, int rowIndex);
public DataGridViewCellCancelEventArgs (int columnIndex, int rowIndex);
new System.Windows.Forms.DataGridViewCellCancelEventArgs : int * int -> System.Windows.Forms.DataGridViewCellCancelEventArgs
Public Sub New (columnIndex As Integer, rowIndex As Integer)

Parametry

columnIndex
Int32

Index sloupce obsahujícího buňku, pro kterou událost nastane.

rowIndex
Int32

Index řádku obsahující buňku, pro kterou se událost vyskytuje.

Výjimky

columnIndex je menší než -1.

-nebo- rowIndex je menší než -1.

Platí pro

Viz také