UIElement.DropEvent プロパティ

定義

Drop ルーティング イベントの識別子を取得 します

public:
 static property RoutedEvent ^ DropEvent { RoutedEvent ^ get(); };
static RoutedEvent DropEvent();
public static RoutedEvent DropEvent { get; }
var routedEvent = UIElement.dropEvent;
Public Shared ReadOnly Property DropEvent As RoutedEvent

プロパティ値

Drop ルーティング イベントの識別子。

適用対象

こちらもご覧ください