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