Scheduler for WinForms
AppointmentChanged イベント (AppointmentCollection)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > AppointmentCollection クラス : AppointmentChanged イベント
Occurs when an appointment was changed.
シンタックス
'宣言
 
Public Event AppointmentChanged As System.EventHandler(Of AppointmentEventArgs)
public event System.EventHandler<AppointmentEventArgs> AppointmentChanged
イベント データ

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

プロパティ解説
Gets the appointment which the event was raised for.  
参照