Method OnBeforeChildMouseWheel
OnBeforeChildMouseWheel(object?, MouseEventArgs)
Called before the MouseWheel event of the child control is raised.
protected virtual void OnBeforeChildMouseWheel(object? sender, MouseEventArgs e)
Parameters
sender
objectThe source of the event.
e
MouseEventArgsAn MouseEventArgs that contains the event data.