DataGridViewCell.OnMouseMove(DataGridViewCellMouseEventArgs) 메서드

정의

마우스 포인터가 셀 안에서 이동하면 호출됩니다.

protected:
 virtual void OnMouseMove(System::Windows::Forms::DataGridViewCellMouseEventArgs ^ e);
protected virtual void OnMouseMove (System.Windows.Forms.DataGridViewCellMouseEventArgs e);
abstract member OnMouseMove : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
override this.OnMouseMove : System.Windows.Forms.DataGridViewCellMouseEventArgs -> unit
Protected Overridable Sub OnMouseMove (e As DataGridViewCellMouseEventArgs)

매개 변수

e
DataGridViewCellMouseEventArgs

이벤트 데이터를 포함하는 DataGridViewCellMouseEventArgs입니다.

설명

이 메서드는 비슷합니다는 DataGridView.OnCellMouseMove 메서드. 동일한 상황에서 호출 되는 DataGridView.CellMouseMove 이벤트가 발생 하지만 실제로 이벤트가 발생 하지 않습니다.

적용 대상

추가 정보