バージョン 24.2 (最新)

OnCellMouseLeave メソッド

マウスが Infragistics.Controls.Grids.CellBase を放れた際に呼び出されます。Infragistics.Controls.Grids.RowBase のすべての Cell はその「Normal」 VisualState になります。
シンタックス
protected virtual void OnCellMouseLeave( 
   CellBase cell,
   CellBase newCell
)

パラメータ

cell
マウスが上に移動されたセル。
newCell
マウス オーバーされる新しいセル。
参照