ITableControlEventProcessor Interface

Visual Studio 2015
 

Interface used to implement event handlers for UI actions in the IWpfTableControl.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public interface class ITableControlEventProcessor

NameDescription
System_CAPS_pubmethodKeyDown(KeyEventArgs^)

Handles the KeyDown event.

System_CAPS_pubmethodKeyUp(KeyEventArgs^)

Handles the KeyUp event.

System_CAPS_pubmethodPostprocessDragEnter(ITableEntryHandle^, DragEventArgs^)

Handles a drag enter event after the default handler.

System_CAPS_pubmethodPostprocessDragLeave(ITableEntryHandle^, DragEventArgs^)

Handles a drag leave event after the default handler.

System_CAPS_pubmethodPostprocessDragOver(ITableEntryHandle^, DragEventArgs^)

Handles a drag over event after the default handler.

System_CAPS_pubmethodPostprocessDrop(ITableEntryHandle^, DragEventArgs^)

Handles a drop event after the default handler.

System_CAPS_pubmethodPostprocessGiveFeedback(ITableEntryHandle^, GiveFeedbackEventArgs^)

Handles a GiveFeedback event after the default handler.

System_CAPS_pubmethodPostprocessMouseDown(ITableEntryHandle^, MouseButtonEventArgs^)

Handles a mouse down event after the default handler.

System_CAPS_pubmethodPostprocessMouseEnter(ITableEntryHandle^, MouseEventArgs^)

Handles a mouse enter event after the default handler.

System_CAPS_pubmethodPostprocessMouseLeave(ITableEntryHandle^, MouseEventArgs^)

Handles a mouse leave event after the default handler.

System_CAPS_pubmethodPostprocessMouseLeftButtonDown(ITableEntryHandle^, MouseButtonEventArgs^)

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

System_CAPS_pubmethodPostprocessMouseLeftButtonUp(ITableEntryHandle^, MouseButtonEventArgs^)

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

System_CAPS_pubmethodPostprocessMouseMove(ITableEntryHandle^, MouseEventArgs^)

Handles a mouse move event after the default handler.

System_CAPS_pubmethodPostprocessMouseRightButtonDown(ITableEntryHandle^, MouseButtonEventArgs^)

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

System_CAPS_pubmethodPostprocessMouseRightButtonUp(ITableEntryHandle^, MouseButtonEventArgs^)

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

System_CAPS_pubmethodPostprocessMouseUp(ITableEntryHandle^, MouseButtonEventArgs^)

Handles a mouse up event after the default handler.

System_CAPS_pubmethodPostprocessMouseWheel(ITableEntryHandle^, MouseWheelEventArgs^)

Handles a mouse wheel event after the default handler.

System_CAPS_pubmethodPostprocessNavigate(ITableEntryHandle^, TableEntryNavigateEventArgs^)

Handles a Navigate event after the default handler.

System_CAPS_pubmethodPostprocessNavigateToHelp(ITableEntryHandle^, TableEntryEventArgs^)

Handles a Navigate event after the default handler.

System_CAPS_pubmethodPostprocessQueryContinueDrag(ITableEntryHandle^, QueryContinueDragEventArgs^)

Handles a QueryContinueDrag event after the default handler.

System_CAPS_pubmethodPostprocessSelectionChanged(TableSelectionChangedEventArgs^)

Handles a SelectionChanged event after the default handler.

System_CAPS_pubmethodPreprocessDragEnter(ITableEntryHandle^, DragEventArgs^)

Handles a drag enter event before the default handler.

System_CAPS_pubmethodPreprocessDragLeave(ITableEntryHandle^, DragEventArgs^)

Handles a drag leave event before the default handler.

System_CAPS_pubmethodPreprocessDragOver(ITableEntryHandle^, DragEventArgs^)

Handles a drag over event before the default handler.

System_CAPS_pubmethodPreprocessDrop(ITableEntryHandle^, DragEventArgs^)

Handles a drop event before the default handler.

System_CAPS_pubmethodPreprocessGiveFeedback(ITableEntryHandle^, GiveFeedbackEventArgs^)

Handles a GiveFeedback event before the default handler.

System_CAPS_pubmethodPreprocessMouseDown(ITableEntryHandle^, MouseButtonEventArgs^)

Handles a mouse down event before the default handler.

System_CAPS_pubmethodPreprocessMouseEnter(ITableEntryHandle^, MouseEventArgs^)

Handles a mouse enter event before the default handler.

System_CAPS_pubmethodPreprocessMouseLeave(ITableEntryHandle^, MouseEventArgs^)

Handles a mouse leave event before the default handler.

System_CAPS_pubmethodPreprocessMouseLeftButtonDown(ITableEntryHandle^, MouseButtonEventArgs^)

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

System_CAPS_pubmethodPreprocessMouseLeftButtonUp(ITableEntryHandle^, MouseButtonEventArgs^)

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

System_CAPS_pubmethodPreprocessMouseMove(ITableEntryHandle^, MouseEventArgs^)

Handles a mouse move event before the default handler.

System_CAPS_pubmethodPreprocessMouseRightButtonDown(ITableEntryHandle^, MouseButtonEventArgs^)

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

System_CAPS_pubmethodPreprocessMouseRightButtonUp(ITableEntryHandle^, MouseButtonEventArgs^)

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

System_CAPS_pubmethodPreprocessMouseUp(ITableEntryHandle^, MouseButtonEventArgs^)

Handles a mouse up event before the default handler.

System_CAPS_pubmethodPreprocessMouseWheel(ITableEntryHandle^, MouseWheelEventArgs^)

Handles a mouse wheel event before the default handler.

System_CAPS_pubmethodPreprocessNavigate(ITableEntryHandle^, TableEntryNavigateEventArgs^)

Handles a Navigate event before the default handler.

System_CAPS_pubmethodPreprocessNavigateToHelp(ITableEntryHandle^, TableEntryEventArgs^)

Handles a Navigate event before the default handler.

System_CAPS_pubmethodPreprocessQueryContinueDrag(ITableEntryHandle^, QueryContinueDragEventArgs^)

Handles a QueryContinueDrag event before the default handler.

System_CAPS_pubmethodPreprocessSelectionChanged(TableSelectionChangedEventArgs^)

Handles a SelectionChanged event before the default handler.

System_CAPS_pubmethodPreviewKeyDown(KeyEventArgs^)

Handles the PreviewKeyDown event.

System_CAPS_pubmethodPreviewKeyUp(KeyEventArgs^)

Handles the PreviewKeyUp event.

Return to top
Show: