バージョン

BeforeAppointmentResizedEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal appointment As Appointment, _
   ByVal newStartTime As Date, _
   ByVal newEndTime As Date _
)
public BeforeAppointmentResizedEventArgs( 
   Appointment appointment,
   DateTime newStartTime,
   DateTime newEndTime
)

パラメータ

appointment
移動される予定。
newStartTime
新しい開始時刻。
newEndTime
新しい終了時刻。
参照