Freigeben über


ITableControlEventProcessor.PreprocessMouseLeave Method

Definition

Handles a mouse leave event before the default handler.

public:
 void PreprocessMouseLeave(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, System::Windows::Input::MouseEventArgs ^ e);
public void PreprocessMouseLeave (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, System.Windows.Input.MouseEventArgs e);
abstract member PreprocessMouseLeave : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * System.Windows.Input.MouseEventArgs -> unit
Public Sub PreprocessMouseLeave (entry As ITableEntryHandle, e As MouseEventArgs)

Parameters

entry
ITableEntryHandle

The table entry raising the event.

e
MouseEventArgs

Event arguments that describe the event.

Applies to