Scheduler for WPF
AppointmentRecurrenceStateChanged イベント (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : AppointmentRecurrenceStateChanged イベント
Occurs when the C1.C1Schedule.Appointment.RecurrenceState property of an C1.C1Schedule.Appointment object is changed.
シンタックス
'宣言
 
Public Event AppointmentRecurrenceStateChanged As System.EventHandler(Of AppointmentActionEventArgs)
public event System.EventHandler<AppointmentActionEventArgs> AppointmentRecurrenceStateChanged
イベント データ

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

プロパティ解説
Gets an Appointment object.  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
参照