Scheduler for WPF
UserDeletingAppointment イベント (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : UserDeletingAppointment イベント
Occurs before the currently selected C1.C1Schedule.Appointment is deleted by a user or as a result of the DeleteAppointment method call or receiving the DeleteAppointmentCommand command.
シンタックス
'宣言
 
Public Event UserDeletingAppointment As System.EventHandler(Of AppointmentActionEventArgs)
public event System.EventHandler<AppointmentActionEventArgs> UserDeletingAppointment
イベント データ

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

プロパティ解説
Gets an Appointment object.  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
解説
Use this event to make custom actions before appointment deletion and/or to implement your own reaction on this event. To prevent a deletion of the appointment, set the e.Handled event argument to True.
参照