DataGridViewCheckBoxCell.OnMouseLeave(Int32) 메서드

정의

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

protected:
 override void OnMouseLeave(int rowIndex);
protected override void OnMouseLeave (int rowIndex);
override this.OnMouseLeave : int -> unit
Protected Overrides Sub OnMouseLeave (rowIndex As Integer)

매개 변수

rowIndex
Int32

현재 셀의 행 인덱스이거나, 해당 셀이 행에 속해 있지 않은 경우 -1입니다.

설명

셀의 현재 ButtonState 상태가 정상인 경우 이 메서드를 사용하면 셀의 UI(사용자 인터페이스)가 업데이트됩니다.

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

적용 대상

추가 정보