バージョン

AppointmentsDraggingEventArgs コンストラクタ

AppointmentsDraggingEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal phase As AppointmentDragPhase, _
   ByVal appointments As ReadOnlyAppointmentsCollection, _
   ByVal initialDateTime As Date, _
   ByVal newDateTime As Date, _
   ByVal initialOwner As Owner, _
   ByVal newOwner As Owner, _
   ByVal keyState As Keys _
)
public AppointmentsDraggingEventArgs( 
   AppointmentDragPhase phase,
   ReadOnlyAppointmentsCollection appointments,
   DateTime initialDateTime,
   DateTime newDateTime,
   Owner initialOwner,
   Owner newOwner,
   Keys keyState
)

パラメータ

phase
このイベントの発生を表すドラッグ操作の段階を決定します。つまり、ドラッグ操作は開始、実行、または終了されているかどうかを決定します。
appointments
ドラッグ操作が実行されている予定の読み取り専用コレクション。
initialDateTime
操作が開始されたときにカーソルが上に配置される date
newDateTime
現在カーソル位置に最も近い date
initialOwner
ドラッグ操作が開始された時の appointmentsOwner
newOwner
現在カーソル位置に最も近い appointmentsOwner
keyState
イベントが発生された時のキーボードの状態。
参照