DragDropEventArgs の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Windows.RoutedEventArgs, _
ByVal As System.Windows.UIElement, _
ByVal As System.Windows.UIElement, _
ByVal As DragDropEffect, _
ByVal As System.Windows.Controls.ScrollViewer _
)
public DragDropEventArgs(
System.Windows.RoutedEventArgs ,
System.Windows.UIElement ,
System.Windows.UIElement ,
DragDropEffect ,
System.Windows.Controls.ScrollViewer
)
パラメータ
- e
- マウスの状態情報を含む System.Windows.RoutedEventArgs。
- source
- ドラッグ元として機能する System.Windows.UIElement。
- target
- ドロップ先として機能する System.Windows.UIElement。
- effect
- ドラッグ&ドロップ処理の完了時に実行するアクションを指定する DragDropEffect。
- scrollViewer
- ドラッグ先の場所を表示するためにスクロールする ScrollViewer。
参照