PowerTools MultiRow for Windows Forms 8.0J
OnMouseEnter メソッド (InputManCellBase)

イベント データを格納している GrapeCity.Win.MultiRow.CellMouseEventArgs
GrapeCity.Win.MultiRow.GcMultiRowGrapeCity.Win.MultiRow.GcMultiRow.CellMouseEnter イベントを発生させます。
構文
Protected Overrides Sub OnMouseEnter( _
   ByVal e As CellEventArgs _
) 
protected override void OnMouseEnter( 
   CellEventArgs e
)

パラメータ

e
イベント データを格納している GrapeCity.Win.MultiRow.CellMouseEventArgs
解説

イベントが発生すると、デリゲートを使用してイベント ハンドラーが呼び出されます。

OnMouseEnter メソッドを使用すると、デリゲートを結び付けずに、派生クラスでイベントを処理することもできます。 派生クラスでイベントを処理する場合は、この手法をお勧めします。

派生クラスで OnMouseEnter をオーバーライドする場合は、登録されているデリゲートがイベントを受け取ることができるように、基本クラスの OnMouseEnter メソッドを呼び出してください。

参照

InputManCellBase クラス
InputManCellBase メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.