バージョン

OnCellMouseLeave メソッド

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

パラメータ

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