Scheduler for WinForms
AppointmentAdded イベント (AppointmentCollection)

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

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

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