バージョン

PaneDragOverEventArgs コンストラクタ

新しい PaneDragOverEventArgs を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal panes As ReadOnlyCollection(Of ContentPane), _
   ByVal dragAction As PaneDragAction _
)
public PaneDragOverEventArgs( 
   ReadOnlyCollection<ContentPane> panes,
   PaneDragAction dragAction
)

パラメータ

panes
ドラッグされているペイン。
dragAction
結果となるアクションのタイプ
参照