DataGridViewCell.OnMouseDoubleClick(DataGridViewCellMouseEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當滑鼠指標在儲存格上,使用者按兩下滑鼠按鈕時呼叫。
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)
參數
備註
這個方法類似于 DataGridView.OnCellMouseDoubleClick 方法。 它會在引發事件的相同情況下 DataGridView.CellMouseDoubleClick 呼叫,但實際上不會引發事件。
適用於
另請參閱
- DataGridView
- OnCellMouseDoubleClick(DataGridViewCellMouseEventArgs)
- CellMouseDoubleClick
- OnMouseClick(DataGridViewCellMouseEventArgs)
- MouseDoubleClickUnsharesRow(DataGridViewCellMouseEventArgs)
- OnMouseDown(DataGridViewCellMouseEventArgs)
- OnMouseEnter(Int32)
- OnMouseLeave(Int32)
- OnMouseMove(DataGridViewCellMouseEventArgs)
- OnMouseUp(DataGridViewCellMouseEventArgs)
- DataGridViewCellMouseEventArgs