다음을 통해 공유


IMouseProcessor.PreprocessDragLeave 메서드

기본 처리기 이전에 범위 밖으로 끌기 이벤트를 처리합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Sub PreprocessDragLeave ( _
    e As DragEventArgs _
)
void PreprocessDragLeave(
    DragEventArgs e
)
void PreprocessDragLeave(
    DragEventArgs^ e
)
abstract PreprocessDragLeave : 
        e:DragEventArgs -> unit
function PreprocessDragLeave(
    e : DragEventArgs
)

매개 변수

  • e
    형식: DragEventArgs

    끌기 작업을 설명하는 DragEventArgs입니다.

.NET Framework 보안

참고 항목

참조

IMouseProcessor 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스