TextBoxBase.OnDragLeave(DragEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
每當未處理的 DragLeave 附加路由事件到達其路由中衍生自這個類別的項目時叫用。 實作這個方法可為此事件加入類別處理。
protected:
override void OnDragLeave(System::Windows::DragEventArgs ^ e);
protected override void OnDragLeave (System.Windows.DragEventArgs e);
override this.OnDragLeave : System.Windows.DragEventArgs -> unit
Protected Overrides Sub OnDragLeave (e As DragEventArgs)
參數
提供有關事件的資料。