PowerTools CalendarGrid for Windows Forms 1.0J
CellMouseLeave イベント

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

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

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

GcCalendarGrid クラス
GcCalendarGrid メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.