DataGridViewCell.OnContentDoubleClick(DataGridViewCellEventArgs) 方法       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在双击单元格的内容时进行调用。
protected:
 virtual void OnContentDoubleClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);protected virtual void OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e);abstract member OnContentDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
override this.OnContentDoubleClick : System.Windows.Forms.DataGridViewCellEventArgs -> unitProtected Overridable Sub OnContentDoubleClick (e As DataGridViewCellEventArgs)参数
注解
此方法类似于 DataGridView.OnCellContentDoubleClick 方法。 它在引发事件的相同情况下 DataGridView.CellContentDoubleClick 调用,但它实际上不会引发事件。