共用方式為


IMouseProcessor.PostprocessDragLeave 方法

處理在預設處理常式之後的拖曳離開事件。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
Sub PostprocessDragLeave ( _
    e As DragEventArgs _
)
void PostprocessDragLeave(
    DragEventArgs e
)
void PostprocessDragLeave(
    DragEventArgs^ e
)
abstract PostprocessDragLeave : 
        e:DragEventArgs -> unit
function PostprocessDragLeave(
    e : DragEventArgs
)

參數

  • e
    類型:DragEventArgs

    描述拖曳作業的 DragEventArgs

.NET Framework 安全性

請參閱

參考

IMouseProcessor 介面

Microsoft.VisualStudio.Text.Editor 命名空間