DataGridViewElement.RaiseMouseWheel(MouseEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the MouseWheel event.
protected:
void RaiseMouseWheel(System::Windows::Forms::MouseEventArgs ^ e);
protected void RaiseMouseWheel(System.Windows.Forms.MouseEventArgs e);
member this.RaiseMouseWheel : System.Windows.Forms.MouseEventArgs -> unit
Protected Sub RaiseMouseWheel (e As MouseEventArgs)
Parameters
A MouseEventArgs that contains the event data.