バージョン

BeforeRecurringAppointmentDeletedEventArgs コンストラクタ

BeforeRecurringAppointmentDeletedEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal appointment As Appointment, _
   ByVal recurrenceEditType As RecurrenceEditType _
)
public BeforeRecurringAppointmentDeletedEventArgs( 
   Appointment appointment,
   RecurrenceEditType recurrenceEditType
)

パラメータ

appointment
削除しようとしている Appointment
recurrenceEditType
シリーズ全体と個々の回のどちらを削除するか、またはユーザーが選択できるように確認メッセージを表示するかを指定します。
参照