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