TableControlEventProcessorBase.PreprocessMouseWheel Method

Definition

public:
 virtual void PreprocessMouseWheel(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, System::Windows::Input::MouseWheelEventArgs ^ e);
public virtual void PreprocessMouseWheel (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, System.Windows.Input.MouseWheelEventArgs e);
abstract member PreprocessMouseWheel : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * System.Windows.Input.MouseWheelEventArgs -> unit
override this.PreprocessMouseWheel : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * System.Windows.Input.MouseWheelEventArgs -> unit
Public Overridable Sub PreprocessMouseWheel (entry As ITableEntryHandle, e As MouseWheelEventArgs)

Parameters

Implements

Applies to