バージョン

AppointmentsDragDropEventArgs コンストラクタ

AppointmentsDragDropEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal appointments As ReadOnlyAppointmentsCollection, _
   ByVal copiedAppointments As ReadOnlyAppointmentsCollection, _
   ByVal initialOwner As Owner, _
   ByVal newOwner As Owner, _
   ByVal hasCopies As Boolean _
)

パラメータ

appointments
ドラッグ操作が実行されている予定の読み取り専用コレクション。
copiedAppointments
ドラッグ操作の過程で、予定の読み取り専用のコレクションが、ユーザーがコントロールキーを押下した結果としてコピーされました。これらのインスタンスは、ドラッグされている appointments のクローンを表します。このインスタンスは、ドラッグ操作が最初に発生した時に元の予定と開始時間と終了時間が同じです。
initialOwner
ドラッグ操作が開始された時の appointmentsOwner
newOwner
現在カーソル位置に最も近い appointmentsOwner
hasCopies
ドロップされた Appointments が最初に選択された予定のコピーかどうかを指定します。
参照