DataGridViewColumnDividerDoubleClickEventArgs Konstruktor

Definice

Inicializuje novou instanci DataGridViewColumnDividerDoubleClickEventArgs třídy.

public:
 DataGridViewColumnDividerDoubleClickEventArgs(int columnIndex, System::Windows::Forms::HandledMouseEventArgs ^ e);
public DataGridViewColumnDividerDoubleClickEventArgs (int columnIndex, System.Windows.Forms.HandledMouseEventArgs e);
public DataGridViewColumnDividerDoubleClickEventArgs (int columnIndex, System.Windows.Forms.HandledMouseEventArgs? e);
new System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs : int * System.Windows.Forms.HandledMouseEventArgs -> System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs
Public Sub New (columnIndex As Integer, e As HandledMouseEventArgs)

Parametry

columnIndex
Int32

Index sloupce vedle oddělovače sloupců, na který byl poklikáním.

e
HandledMouseEventArgs

Nová HandledMouseEventArgs obsahující zděděná data události.

Výjimky

columnIndex je menší než -1.

Poznámky

Tento konstruktor inicializuje hodnotu ColumnIndex vlastnosti pomocí columnIndex hodnoty. Hodnoty vlastností zděděné z HandledMouseEventArgs jsou inicializovány na hodnoty zadané v e.

Platí pro