Method AfterMouseWheel
AfterMouseWheel(Control, MouseEventArgs)
Called after the MouseWheel event is raised.
void AfterMouseWheel(Control sender, MouseEventArgs e)
Parameters
sender
ControlControl which sends the notification.
e
MouseEventArgsAn MouseEventArgs that contains the event data.