MouseProcessorBase Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPostprocessDragEnter(DragEventArgs^)

Handles the drag enter event after the default handler.

System_CAPS_pubmethodPostprocessDragLeave(DragEventArgs^)

Handles the drag leave event after the default handler.

System_CAPS_pubmethodPostprocessDragOver(DragEventArgs^)

Handles the drag over event after the default handler.

System_CAPS_pubmethodPostprocessDrop(DragEventArgs^)

Handles the drop event after the default handler.

System_CAPS_pubmethodPostprocessGiveFeedback(GiveFeedbackEventArgs^)

Handles the feedback event after the default handler.

System_CAPS_pubmethodPostprocessMouseDown(MouseButtonEventArgs^)

Handles the mouse down event after the default handler.

System_CAPS_pubmethodPostprocessMouseEnter(MouseEventArgs^)

Handles the mouse enter event after the default handler.

System_CAPS_pubmethodPostprocessMouseLeave(MouseEventArgs^)

Handles the mouse leave event after the default handler.

System_CAPS_pubmethodPostprocessMouseLeftButtonDown(MouseButtonEventArgs^)

Handles the mouse left button down event after the default handler.

System_CAPS_pubmethodPostprocessMouseLeftButtonUp(MouseButtonEventArgs^)

Handles the mouse left button up event after the default handler.

System_CAPS_pubmethodPostprocessMouseMove(MouseEventArgs^)

Handles the mouse move event after the default handler.

System_CAPS_pubmethodPostprocessMouseRightButtonDown(MouseButtonEventArgs^)

Handles the mouse right button down event after the default handler.

System_CAPS_pubmethodPostprocessMouseRightButtonUp(MouseButtonEventArgs^)

Handles the mouse right button up event after the default handler.

System_CAPS_pubmethodPostprocessMouseUp(MouseButtonEventArgs^)

Handles the mouse up event after the default handler.

System_CAPS_pubmethodPostprocessMouseWheel(MouseWheelEventArgs^)

Handles the mouse wheel event after the default handler.

System_CAPS_pubmethodPostprocessQueryContinueDrag(QueryContinueDragEventArgs^)

Handles the query continue drag event after the default handler.

System_CAPS_pubmethodPreprocessDragEnter(DragEventArgs^)

Handles the drag enter event before the default handler.

System_CAPS_pubmethodPreprocessDragLeave(DragEventArgs^)

Handles the drag leave event before the default handler.

System_CAPS_pubmethodPreprocessDragOver(DragEventArgs^)

Handles the drag over event before the default handler.

System_CAPS_pubmethodPreprocessDrop(DragEventArgs^)

Handles the drop event before the default handler.

System_CAPS_pubmethodPreprocessGiveFeedback(GiveFeedbackEventArgs^)

Handles the feedback event before the default handler.

System_CAPS_pubmethodPreprocessMouseDown(MouseButtonEventArgs^)

Handles the mouse down event before the default handler.

System_CAPS_pubmethodPreprocessMouseEnter(MouseEventArgs^)

Handles the mouse enter event before the default handler.

System_CAPS_pubmethodPreprocessMouseLeave(MouseEventArgs^)

Handles the mouse leave event before the default handler.

System_CAPS_pubmethodPreprocessMouseLeftButtonDown(MouseButtonEventArgs^)

Handles the mouse left button down event before the default handler.

System_CAPS_pubmethodPreprocessMouseLeftButtonUp(MouseButtonEventArgs^)

Handles the mouse left button up event before the default handler.

System_CAPS_pubmethodPreprocessMouseMove(MouseEventArgs^)

Handles the mouse move event before the default handler.

System_CAPS_pubmethodPreprocessMouseRightButtonDown(MouseButtonEventArgs^)

Handles the mouse right button down event before the default handler.

System_CAPS_pubmethodPreprocessMouseRightButtonUp(MouseButtonEventArgs^)

Handles the mouse right button up event before the default handler.

System_CAPS_pubmethodPreprocessMouseUp(MouseButtonEventArgs^)

Handles the mouse up event before the default handler.

System_CAPS_pubmethodPreprocessMouseWheel(MouseWheelEventArgs^)

Handles the mouse wheel event before the default handler.

System_CAPS_pubmethodPreprocessQueryContinueDrag(QueryContinueDragEventArgs^)

Handles the query continue drag event before the default handler.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: