Scheduler for WinForms
AppointmentRemoved イベント

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

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

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