DataGridViewCell.OnDoubleClick(DataGridViewCellEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當按兩下儲存格時呼叫。
protected:
virtual void OnDoubleClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected virtual void OnDoubleClick (System.Windows.Forms.DataGridViewCellEventArgs e);
abstract member OnDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
override this.OnDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Overridable Sub OnDoubleClick (e As DataGridViewCellEventArgs)
參數
DataGridViewCellEventArgs,其中包含事件資料。
備註
這個方法類似于 DataGridView.OnCellDoubleClick 方法。 它會在引發事件的相同情況下 DataGridView.CellDoubleClick 呼叫,但實際上不會引發事件。