DataGridViewCell.OnMouseDoubleClick(DataGridViewCellMouseEventArgs) Metoda

Definicja

Wywoływana, gdy użytkownik dwukrotnie klika przycisk myszy, gdy wskaźnik znajduje się w komórce.

protected:
 virtual void OnMouseDoubleClick(System::Windows::Forms::DataGridViewCellMouseEventArgs ^ e);
protected virtual void OnMouseDoubleClick (System.Windows.Forms.DataGridViewCellMouseEventArgs e);
abstract member OnMouseDoubleClick : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
override this.OnMouseDoubleClick : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
Protected Overridable Sub OnMouseDoubleClick (e As DataGridViewCellMouseEventArgs)

Parametry

e
DataGridViewCellMouseEventArgs

Element DataGridViewCellMouseEventArgs zawierający dane zdarzenia.

Uwagi

Ta metoda jest podobna DataGridView.OnCellMouseDoubleClick do metody . Jest wywoływana w tych samych okolicznościach, w których DataGridView.CellMouseDoubleClick jest zgłaszane zdarzenie, ale w rzeczywistości nie zgłasza zdarzenia.

Dotyczy

Zobacz też