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
senderobjectThe source of the event.
eMouseEventArgsAn MouseEventArgs that contains the event data.