DataGridViewCheckBoxCell.OnMouseDown(DataGridViewCellMouseEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當指標位於儲存格上,按住滑鼠按鈕時即會呼叫。
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)
參數
備註
此方法會導致儲存格的使用者介面 (UI) 更新。
這個方法類似于 Control.OnMouseDown 方法。 它會在引發事件的相同情況下 Control.MouseDown 呼叫,但實際上不會引發事件。