バージョン

AfterRecurringAppointmentDeletedEventArgs コンストラクタ

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

パラメータ

appointment
削除された繰り返し予定を示します。
isVariance
削除された Appointment がバリアンスかどうかを示します。
isRecurringAppointmentRoot
削除された Appointment が繰り返し予定のルートかどうかを示します。
参照