Table of Contents

Method OnAfterParentMouseWheel

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnAfterParentMouseWheel(object?, MouseEventArgs)

Called after the MouseWheel event of the Parent is raised.

protected virtual void OnAfterParentMouseWheel(object? sender, MouseEventArgs e)

Parameters

sender object

The source of the event.

e MouseEventArgs

An MouseEventArgs that contains the event data.