DataGridViewLinkCell.OnMouseDown(DataGridViewCellMouseEventArgs) Metoda

Definicja

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

protected:
 override void OnMouseDown(System::Windows::Forms::DataGridViewCellMouseEventArgs ^ e);
protected override void OnMouseDown (System.Windows.Forms.DataGridViewCellMouseEventArgs e);
override this.OnMouseDown : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
Protected Overrides Sub OnMouseDown (e As DataGridViewCellMouseEventArgs)

Parametry

e
DataGridViewCellMouseEventArgs

Element DataGridViewCellMouseEventArgs zawierający dane zdarzenia.

Dotyczy

Zobacz też