バージョン

ActivitiesDraggingEventArgs コンストラクタ

新しい ActivitiesDraggingEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal activities As IList(Of ActivityBase) _
)
public ActivitiesDraggingEventArgs( 
   IList<ActivityBase> activities
)

パラメータ

activities
ドラッグされている 1 つまたは複数のアクティビティ。
参照