バージョン

AppointmentResizingEventArgs コンストラクタ

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

パラメータ

phase
このイベントの発生を表すサイズ変更の操作段階を決定します。つまり、ドラッグ操作は開始、実行、または終了されているかどうかを決定します。
appointment
サイズ変更操作が実行される Appointment への参照。
resizeType
関連付けられた予定の StartDateTime または EndDateTime を変更するかどうかを示す AppointmentResizeType 定数。
initialDateTime
操作が開始された日時を含む DateTime 構造。
newDateTime
関連付けられた要素の端にドラッグされた日時を含む DateTime 構造。
参照