バージョン

AppointmentResizedEventArgs コンストラクタ

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

パラメータ

appointment
サイズ変更操作が実行された Appointment への参照。
resizeType
関連付けられた予定の StartDateTime または EndDateTime がサイズ変更操作によって変更されたかどうかを決定します。
参照