Scheduler for WPF
AppointmentRecurrenceStateChanged イベント (AppointmentCollection)

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

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

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