バージョン

OnCellMouseOver メソッド (PivotCellsPanel)

PivotCellBase の上にマウスが移動されたときに呼び出されます。PivotRowBase のすべての Cell はその「MouseOver」 VisualState になります。
シンタックス
'宣言
 
Protected Overrides Sub OnCellMouseOver( _
   ByVal cell As PivotGridCellBase _
) 
protected override void OnCellMouseOver( 
   PivotGridCellBase cell
)

パラメータ

cell
マウスが上に移動されたセル。
参照