This documentation is archived and is not being maintained.
TableControlEventProcessorBase Class
Helper class for those that want to implement only part of the ITableControlEventProcessor interface.
To see how the methods are implemented, see ITableControlEventProcessor.
Namespace:
Microsoft.VisualStudio.Shell.TableControlAssembly:
Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System::Object Microsoft.VisualStudio.Shell.TableControl::TableControlEventProcessorBase
public ref class TableControlEventProcessorBase abstract : ITableControlEventProcessor
| Name | Description |
|---|
 | Equals(Object^) | |
 | Finalize() | |
 | GetHashCode() | |
 | GetType() | |
 | KeyDown(KeyEventArgs^) | |
 | KeyUp(KeyEventArgs^) | |
 | MemberwiseClone() | |
 | PostprocessDragEnter(ITableEntryHandle^, DragEventArgs^) | |
 | PostprocessDragLeave(ITableEntryHandle^, DragEventArgs^) | |
 | PostprocessDragOver(ITableEntryHandle^, DragEventArgs^) | |
 | PostprocessDrop(ITableEntryHandle^, DragEventArgs^) | |
 | PostprocessGiveFeedback(ITableEntryHandle^, GiveFeedbackEventArgs^) | |
 | PostprocessMouseDown(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PostprocessMouseEnter(ITableEntryHandle^, MouseEventArgs^) | |
 | PostprocessMouseLeave(ITableEntryHandle^, MouseEventArgs^) | |
 | PostprocessMouseLeftButtonDown(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PostprocessMouseLeftButtonUp(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PostprocessMouseMove(ITableEntryHandle^, MouseEventArgs^) | |
 | PostprocessMouseRightButtonDown(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PostprocessMouseRightButtonUp(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PostprocessMouseUp(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PostprocessMouseWheel(ITableEntryHandle^, MouseWheelEventArgs^) | |
 | PostprocessNavigate(ITableEntryHandle^, TableEntryNavigateEventArgs^) | |
 | PostprocessNavigateToHelp(ITableEntryHandle^, TableEntryEventArgs^) | |
 | PostprocessQueryContinueDrag(ITableEntryHandle^, QueryContinueDragEventArgs^) | |
 | PostprocessSelectionChanged(TableSelectionChangedEventArgs^) | |
 | PreprocessDragEnter(ITableEntryHandle^, DragEventArgs^) | |
 | PreprocessDragLeave(ITableEntryHandle^, DragEventArgs^) | |
 | PreprocessDragOver(ITableEntryHandle^, DragEventArgs^) | |
 | PreprocessDrop(ITableEntryHandle^, DragEventArgs^) | |
 | PreprocessGiveFeedback(ITableEntryHandle^, GiveFeedbackEventArgs^) | |
 | PreprocessMouseDown(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PreprocessMouseEnter(ITableEntryHandle^, MouseEventArgs^) | |
 | PreprocessMouseLeave(ITableEntryHandle^, MouseEventArgs^) | |
 | PreprocessMouseLeftButtonDown(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PreprocessMouseLeftButtonUp(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PreprocessMouseMove(ITableEntryHandle^, MouseEventArgs^) | |
 | PreprocessMouseRightButtonDown(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PreprocessMouseRightButtonUp(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PreprocessMouseUp(ITableEntryHandle^, MouseButtonEventArgs^) | |
 | PreprocessMouseWheel(ITableEntryHandle^, MouseWheelEventArgs^) | |
 | PreprocessNavigate(ITableEntryHandle^, TableEntryNavigateEventArgs^) | |
 | PreprocessNavigateToHelp(ITableEntryHandle^, TableEntryEventArgs^) | |
 | PreprocessQueryContinueDrag(ITableEntryHandle^, QueryContinueDragEventArgs^) | |
 | PreprocessSelectionChanged(TableSelectionChangedEventArgs^) | |
 | PreviewKeyDown(KeyEventArgs^) | |
 | PreviewKeyUp(KeyEventArgs^) | |
 | ToString() | |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top