Scheduler for WinForms
AppointmentRecurrenceStateChanged イベント (C1Schedule)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.Win.C1Schedule 名前空間 > C1Schedule クラス : AppointmentRecurrenceStateChanged イベント
C1.C1Schedule.Appointmentオブジェクトの RecurrenceStateプロパティを変更するときに発生します。
シンタックス
'宣言
 
Public Event AppointmentRecurrenceStateChanged As System.EventHandler(Of AppointmentEventArgs)
public event System.EventHandler<AppointmentEventArgs> AppointmentRecurrenceStateChanged
イベント データ

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

プロパティ解説
イベントを発生させた予定を取得します。  
参照