TableControlEventProcessorBase Class

Visual Studio 2015
 

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.TableControl
Assembly:  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

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_pubmethodKeyDown(KeyEventArgs^)

System_CAPS_pubmethodKeyUp(KeyEventArgs^)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPostprocessDragEnter(ITableEntryHandle^, DragEventArgs^)

System_CAPS_pubmethodPostprocessDragLeave(ITableEntryHandle^, DragEventArgs^)

System_CAPS_pubmethodPostprocessDragOver(ITableEntryHandle^, DragEventArgs^)

System_CAPS_pubmethodPostprocessDrop(ITableEntryHandle^, DragEventArgs^)

System_CAPS_pubmethodPostprocessGiveFeedback(ITableEntryHandle^, GiveFeedbackEventArgs^)

System_CAPS_pubmethodPostprocessMouseDown(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPostprocessMouseEnter(ITableEntryHandle^, MouseEventArgs^)

System_CAPS_pubmethodPostprocessMouseLeave(ITableEntryHandle^, MouseEventArgs^)

System_CAPS_pubmethodPostprocessMouseLeftButtonDown(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPostprocessMouseLeftButtonUp(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPostprocessMouseMove(ITableEntryHandle^, MouseEventArgs^)

System_CAPS_pubmethodPostprocessMouseRightButtonDown(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPostprocessMouseRightButtonUp(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPostprocessMouseUp(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPostprocessMouseWheel(ITableEntryHandle^, MouseWheelEventArgs^)

System_CAPS_pubmethodPostprocessNavigate(ITableEntryHandle^, TableEntryNavigateEventArgs^)

System_CAPS_pubmethodPostprocessNavigateToHelp(ITableEntryHandle^, TableEntryEventArgs^)

System_CAPS_pubmethodPostprocessQueryContinueDrag(ITableEntryHandle^, QueryContinueDragEventArgs^)

System_CAPS_pubmethodPostprocessSelectionChanged(TableSelectionChangedEventArgs^)

System_CAPS_pubmethodPreprocessDragEnter(ITableEntryHandle^, DragEventArgs^)

System_CAPS_pubmethodPreprocessDragLeave(ITableEntryHandle^, DragEventArgs^)

System_CAPS_pubmethodPreprocessDragOver(ITableEntryHandle^, DragEventArgs^)

System_CAPS_pubmethodPreprocessDrop(ITableEntryHandle^, DragEventArgs^)

System_CAPS_pubmethodPreprocessGiveFeedback(ITableEntryHandle^, GiveFeedbackEventArgs^)

System_CAPS_pubmethodPreprocessMouseDown(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPreprocessMouseEnter(ITableEntryHandle^, MouseEventArgs^)

System_CAPS_pubmethodPreprocessMouseLeave(ITableEntryHandle^, MouseEventArgs^)

System_CAPS_pubmethodPreprocessMouseLeftButtonDown(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPreprocessMouseLeftButtonUp(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPreprocessMouseMove(ITableEntryHandle^, MouseEventArgs^)

System_CAPS_pubmethodPreprocessMouseRightButtonDown(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPreprocessMouseRightButtonUp(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPreprocessMouseUp(ITableEntryHandle^, MouseButtonEventArgs^)

System_CAPS_pubmethodPreprocessMouseWheel(ITableEntryHandle^, MouseWheelEventArgs^)

System_CAPS_pubmethodPreprocessNavigate(ITableEntryHandle^, TableEntryNavigateEventArgs^)

System_CAPS_pubmethodPreprocessNavigateToHelp(ITableEntryHandle^, TableEntryEventArgs^)

System_CAPS_pubmethodPreprocessQueryContinueDrag(ITableEntryHandle^, QueryContinueDragEventArgs^)

System_CAPS_pubmethodPreprocessSelectionChanged(TableSelectionChangedEventArgs^)

System_CAPS_pubmethodPreviewKeyDown(KeyEventArgs^)

System_CAPS_pubmethodPreviewKeyUp(KeyEventArgs^)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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
Show: