ContentElement.PreviewQueryContinueDragEvent 欄位

定義

識別路由事件。PreviewQueryContinueDrag

public: static initonly System::Windows::RoutedEvent ^ PreviewQueryContinueDragEvent;
public static readonly System.Windows.RoutedEvent PreviewQueryContinueDragEvent;
 staticval mutable PreviewQueryContinueDragEvent : System.Windows.RoutedEvent
Public Shared ReadOnly PreviewQueryContinueDragEvent As RoutedEvent 

欄位值

備註

路由事件識別碼會在路由事件註冊時產生。 這些識別碼包含識別名稱、擁有者類型、處理者類型、路由策略,以及用於新增事件擁有者的實用性方法。 你可以用這些識別碼來新增類別處理器。

欲了解更多關於註冊路由事件的資訊,請參見 RegisterRoutedEvent。 欲了解更多使用路由事件識別碼來新增類別處理器的資訊,請參見 RegisterClassHandler

適用於