Invoked when the mouse moves over this interactor.
Namespace: TallComponents.Interaction.WinForms.InteractorsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected virtual void OnMouseMove( MouseEventArgs args ) |
| Visual Basic |
|---|
Protected Overridable Sub OnMouseMove ( _ args As MouseEventArgs _ ) |
Parameters
- args
- Type: TallComponents.Interaction.WinForms.Events..::..MouseEventArgs
the mouse event data.
Remarks
This method does nothing. Override it to provide special handling. Let
IsOver return false if you do not want this interactor to attract mouse
enter/move/leave events.