UIElement3D.PreviewDrop 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
輸入系統報告其下以這個項目作為置放目標的置放事件時發生。
public:
event System::Windows::DragEventHandler ^ PreviewDrop;
public event System.Windows.DragEventHandler PreviewDrop;
member this.PreviewDrop : System.Windows.DragEventHandler
Public Custom Event PreviewDrop As DragEventHandler
事件類型
備註
這個事件會為此 DragDrop.PreviewDrop 類別建立附加事件的別名,以便在 PreviewDrop 繼承為基底專案時 UIElement3D ,屬於類別成員清單的一部分。 附加至 PreviewDrop 事件的事件處理程式會附加至基礎 DragDrop.PreviewDrop 附加事件,並接收相同的事件數據實例。
路由事件資訊
標識元欄位 | PreviewDropEvent |
路由策略 | 隧道 |
代理人 | DragEventHandler |
對應的反升事件為 Drop。
覆寫 OnPreviewDrop 以在衍生類別中實作這個事件的類別處理。