バージョン

ValidateAppointmentRecurrenceEventArgs コンストラクタ

ValidateAppointmentRecurrenceEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal recurrence As AppointmentRecurrence, _
   ByVal originalRecurrence As AppointmentRecurrence _
)
public ValidateAppointmentRecurrenceEventArgs( 
   AppointmentRecurrence recurrence,
   AppointmentRecurrence originalRecurrence
)

パラメータ

recurrence
ダイアログで作成または変更された AppointmentRecurrence オブジェクトのクローン。
originalRecurrence
元の AppointmentRecurrence オブジェクトのクローン、ダイアログで変更される前のオブジェクトの状態を表します。
参照