Method OnAfterParentMouseWheel
OnAfterParentMouseWheel(object?, MouseEventArgs)
Called after the MouseWheel event of the Parent is raised.
protected virtual void OnAfterParentMouseWheel(object? sender, MouseEventArgs e)
Parameters
senderobjectThe source of the event.
eMouseEventArgsAn MouseEventArgs that contains the event data.