Scheduler for WinForms
BeforeAppointmentTooltipShow イベント (C1Schedule)

C1.Win.Schedule.6 アセンブリ > C1.Win.Schedule 名前空間 > C1Schedule クラス : BeforeAppointmentTooltipShow イベント
予定ツールチップが表示される前に発生します。
シンタックス
'宣言
 
Public Event BeforeAppointmentTooltipShow As System.EventHandler(Of BeforeAppointmentTooltipShowEventArgs)
public event System.EventHandler<BeforeAppointmentTooltipShowEventArgs> BeforeAppointmentTooltipShow
イベント データ

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

プロパティ解説
Gets the Appointment object which the event was raised for. C1.Schedule.CancelAppointmentEventArgsから継承されます。
System.ComponentModel.CancelEventArgsから継承されます。
ツールチップのテキストを取得または設定します。  
参照