IMouseProcessor2 Interface

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public interface IMouseProcessor2 : IMouseProcessor

NameDescription
System_CAPS_pubmethodPostprocessDragEnter(DragEventArgs)

Handles a drag enter event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessDragLeave(DragEventArgs)

Handles a drag leave event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessDragOver(DragEventArgs)

Handles a drag over event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessDrop(DragEventArgs)

Handles a drop event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessGiveFeedback(GiveFeedbackEventArgs)

Handles a GiveFeedback event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessManipulationCompleted(ManipulationCompletedEventArgs)

System_CAPS_pubmethodPostprocessManipulationDelta(ManipulationDeltaEventArgs)

System_CAPS_pubmethodPostprocessManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)

System_CAPS_pubmethodPostprocessManipulationStarting(ManipulationStartingEventArgs)

System_CAPS_pubmethodPostprocessMouseDown(MouseButtonEventArgs)

Handles a mouse down event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessMouseEnter(MouseEventArgs)

Handles a mouse enter event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessMouseLeave(MouseEventArgs)

Handles a mouse leave event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessMouseLeftButtonDown(MouseButtonEventArgs)

Handles a mouse left button down event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessMouseLeftButtonUp(MouseButtonEventArgs)

Handles a mouse left button up event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessMouseMove(MouseEventArgs)

Handles a mouse move event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessMouseRightButtonDown(MouseButtonEventArgs)

Handles a mouse right button down event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessMouseRightButtonUp(MouseButtonEventArgs)

Handles a mouse right button up event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessMouseUp(MouseButtonEventArgs)

Handles a mouse up event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessMouseWheel(MouseWheelEventArgs)

Handles a mouse wheel event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessQueryContinueDrag(QueryContinueDragEventArgs)

Handles a QueryContinueDrag event after the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPostprocessStylusSystemGesture(StylusSystemGestureEventArgs)

System_CAPS_pubmethodPostprocessTouchDown(TouchEventArgs)

System_CAPS_pubmethodPostprocessTouchUp(TouchEventArgs)

System_CAPS_pubmethodPreprocessDragEnter(DragEventArgs)

Handles a drag enter event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessDragLeave(DragEventArgs)

Handles a drag leave event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessDragOver(DragEventArgs)

Handles a drag over event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessDrop(DragEventArgs)

Handles a drop event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessGiveFeedback(GiveFeedbackEventArgs)

Handles a GiveFeedback event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessManipulationCompleted(ManipulationCompletedEventArgs)

System_CAPS_pubmethodPreprocessManipulationDelta(ManipulationDeltaEventArgs)

System_CAPS_pubmethodPreprocessManipulationInertiaStarting(ManipulationInertiaStartingEventArgs)

System_CAPS_pubmethodPreprocessManipulationStarting(ManipulationStartingEventArgs)

System_CAPS_pubmethodPreprocessMouseDown(MouseButtonEventArgs)

Handles a mouse down event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessMouseEnter(MouseEventArgs)

Handles a mouse enter event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessMouseLeave(MouseEventArgs)

Handles a mouse leave event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessMouseLeftButtonDown(MouseButtonEventArgs)

Handles a mouse left button down event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessMouseLeftButtonUp(MouseButtonEventArgs)

Handles a mouse left button up event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessMouseMove(MouseEventArgs)

Handles a mouse move event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessMouseRightButtonDown(MouseButtonEventArgs)

Handles a mouse right button down event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessMouseRightButtonUp(MouseButtonEventArgs)

Handles a mouse right button up event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessMouseUp(MouseButtonEventArgs)

Handles a mouse up event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessMouseWheel(MouseWheelEventArgs)

Handles a mouse wheel event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessQueryContinueDrag(QueryContinueDragEventArgs)

Handles a QueryContinueDrag event before the default handler.(Inherited from IMouseProcessor.)

System_CAPS_pubmethodPreprocessStylusSystemGesture(StylusSystemGestureEventArgs)

System_CAPS_pubmethodPreprocessTouchDown(TouchEventArgs)

System_CAPS_pubmethodPreprocessTouchUp(TouchEventArgs)

Return to top
Show: