DataGridViewButtonCell.OnMouseMove(DataGridViewCellMouseEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當滑鼠指標移至儲存格上方時呼叫。
protected:
override void OnMouseMove(System::Windows::Forms::DataGridViewCellMouseEventArgs ^ e);
protected override void OnMouseMove (System.Windows.Forms.DataGridViewCellMouseEventArgs e);
override this.OnMouseMove : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
Protected Overrides Sub OnMouseMove (e As DataGridViewCellMouseEventArgs)
參數
備註
這個方法類似于 Control.OnMouseMove 方法。 它會在引發事件的相同情況下 Control.MouseMove 呼叫,但實際上不會引發事件。
給繼承者的注意事項
當在衍生類別中覆寫 OnMouseMove(DataGridViewCellMouseEventArgs) 時,請確定呼叫基底類別的 OnMouseMove(DataGridViewCellMouseEventArgs) 方法,使已註冊的委派能接收到事件。