IMouseProcessor2 接口

定义

为鼠标绑定提供触摸相关扩展。

public interface class IMouseProcessor2 : Microsoft::VisualStudio::Text::Editor::IMouseProcessor
public interface class IMouseProcessor2 : Microsoft::VisualStudio::Text::Editor::IMouseProcessor
__interface IMouseProcessor2 : Microsoft::VisualStudio::Text::Editor::IMouseProcessor
public interface IMouseProcessor2 : Microsoft.VisualStudio.Text.Editor.IMouseProcessor
type IMouseProcessor2 = interface
    interface IMouseProcessor
Public Interface IMouseProcessor2
Implements IMouseProcessor
实现

方法

PostprocessDragEnter(DragEventArgs)

在默认处理程序后处理拖动 enter 事件。

(继承自 IMouseProcessor)
PostprocessDragLeave(DragEventArgs)

在默认处理程序后处理拖动离开事件。

(继承自 IMouseProcessor)
PostprocessDragOver(DragEventArgs)

在默认处理程序后处理拖动悬停事件。

(继承自 IMouseProcessor)
PostprocessDrop(DragEventArgs)

在默认处理程序之后处理 drop 事件。

(继承自 IMouseProcessor)
PostprocessGiveFeedback(GiveFeedbackEventArgs)

处理默认处理程序后的 System.windows.dragdrop.givefeedback> 事件。

(继承自 IMouseProcessor)
PostprocessManipulationCompleted(ManipulationCompletedEventArgs)

处理默认处理程序后的触摸操作完成事件。

PostprocessManipulationDelta(ManipulationDeltaEventArgs)

处理默认处理程序之前的触摸操作增量事件。

PostprocessManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)

处理默认处理程序后的触摸操作惯性开始事件。

PostprocessManipulationStarting(ManipulationStartingEventArgs)

处理默认处理程序后的触摸操作开始事件。

PostprocessMouseDown(MouseButtonEventArgs)

在默认处理程序后处理鼠标按下事件。

(继承自 IMouseProcessor)
PostprocessMouseEnter(MouseEventArgs)

在默认处理程序后处理鼠标进入事件。

(继承自 IMouseProcessor)
PostprocessMouseLeave(MouseEventArgs)

在默认处理程序后处理鼠标离开事件。

(继承自 IMouseProcessor)
PostprocessMouseLeftButtonDown(MouseButtonEventArgs)

在默认处理程序之后处理鼠标左键按下事件。

(继承自 IMouseProcessor)
PostprocessMouseLeftButtonUp(MouseButtonEventArgs)

在默认处理程序之后处理鼠标左键按下事件。

(继承自 IMouseProcessor)
PostprocessMouseMove(MouseEventArgs)

在默认处理程序之后处理鼠标移动事件。

(继承自 IMouseProcessor)
PostprocessMouseRightButtonDown(MouseButtonEventArgs)

在默认处理程序之后处理鼠标右键按下事件。

(继承自 IMouseProcessor)
PostprocessMouseRightButtonUp(MouseButtonEventArgs)

在默认处理程序之后处理鼠标右键向上键事件。

(继承自 IMouseProcessor)
PostprocessMouseUp(MouseButtonEventArgs)

在默认处理程序后处理鼠标按下事件。

(继承自 IMouseProcessor)
PostprocessMouseWheel(MouseWheelEventArgs)

在默认处理程序之后处理鼠标滚轮事件。

(继承自 IMouseProcessor)
PostprocessQueryContinueDrag(QueryContinueDragEventArgs)

处理默认处理程序后的 System.windows.dragdrop.querycontinuedrag> 事件。

(继承自 IMouseProcessor)
PostprocessStylusSystemGesture(StylusSystemGestureEventArgs)

在默认处理程序后处理触笔 SystemGesture 事件。

PostprocessTouchDown(TouchEventArgs)

在默认处理程序后处理触摸屏按下事件。

PostprocessTouchUp(TouchEventArgs)

在默认处理程序后处理 touch 事件。

PreprocessDragEnter(DragEventArgs)

在默认处理程序之前处理拖动输入事件。

(继承自 IMouseProcessor)
PreprocessDragLeave(DragEventArgs)

在默认处理程序之前处理拖动离开事件。

(继承自 IMouseProcessor)
PreprocessDragOver(DragEventArgs)

在默认处理程序之前处理拖动悬停事件。

(继承自 IMouseProcessor)
PreprocessDrop(DragEventArgs)

在默认处理程序之前处理 drop 事件。

(继承自 IMouseProcessor)
PreprocessGiveFeedback(GiveFeedbackEventArgs)

处理默认处理程序之前的 System.windows.dragdrop.givefeedback> 事件。

(继承自 IMouseProcessor)
PreprocessManipulationCompleted(ManipulationCompletedEventArgs)

处理默认处理程序之前的触摸操作完成事件。

PreprocessManipulationDelta(ManipulationDeltaEventArgs)

处理默认处理程序之前的触摸操作增量事件。

PreprocessManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)

处理默认处理程序之前的触摸操作惯性开始事件。

PreprocessManipulationStarting(ManipulationStartingEventArgs)

处理默认处理程序之前的触摸操作开始事件。

PreprocessMouseDown(MouseButtonEventArgs)

在默认处理程序之前处理鼠标按下事件。

(继承自 IMouseProcessor)
PreprocessMouseEnter(MouseEventArgs)

在默认处理程序之前处理鼠标进入事件。

(继承自 IMouseProcessor)
PreprocessMouseLeave(MouseEventArgs)

在默认处理程序前处理鼠标离开事件。

(继承自 IMouseProcessor)
PreprocessMouseLeftButtonDown(MouseButtonEventArgs)

在默认处理程序之前处理鼠标左键按下事件。

(继承自 IMouseProcessor)
PreprocessMouseLeftButtonUp(MouseButtonEventArgs)

在默认处理程序之前处理鼠标左键按下事件。

(继承自 IMouseProcessor)
PreprocessMouseMove(MouseEventArgs)

在默认处理程序之前处理鼠标移动事件。

(继承自 IMouseProcessor)
PreprocessMouseRightButtonDown(MouseButtonEventArgs)

在默认处理程序之前处理鼠标右键按下事件。

(继承自 IMouseProcessor)
PreprocessMouseRightButtonUp(MouseButtonEventArgs)

在默认处理程序之前处理鼠标右键向上键事件。

(继承自 IMouseProcessor)
PreprocessMouseUp(MouseButtonEventArgs)

在默认处理程序之前处理鼠标释放事件。

(继承自 IMouseProcessor)
PreprocessMouseWheel(MouseWheelEventArgs)

处理默认处理程序之前的鼠标滚轮事件。

(继承自 IMouseProcessor)
PreprocessQueryContinueDrag(QueryContinueDragEventArgs)

处理默认处理程序之前的 System.windows.dragdrop.querycontinuedrag> 事件。

(继承自 IMouseProcessor)
PreprocessStylusSystemGesture(StylusSystemGestureEventArgs)

处理默认处理程序之前的触笔 SystemGesture 事件。

PreprocessTouchDown(TouchEventArgs)

在默认处理程序之前处理触摸屏关闭事件。

PreprocessTouchUp(TouchEventArgs)

在默认处理程序之前处理 touch 事件。

适用于