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