GrapeCity CalendarGrid for Windows Forms 2.0J
CellMouseEnter イベント

マウスポインタがセルに入ると発生します。
構文
public event EventHandler<CalendarCellEventArgs> CellMouseEnter
Public Event CellMouseEnter As EventHandler(Of CalendarCellEventArgs)
 
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、CalendarCellEventArgs 型の引数を受け取りました。次の CalendarCellEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
CellPosition関連する CalendarCell の位置を取得します。  
解説
マウスイベントは次の順序で発生します。
  1. CellMouseEnter
  2. CellMouseMove
  3. CellMouseDown
  4. CellMouseUp
  5. CellMouseLeave
参照

GcCalendarGrid クラス
GcCalendarGrid メンバ

 

 


c 2008 GrapeCity inc. All rights reserved.