Table of Contents

Method OnAfterChildMouseWheel

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

OnAfterChildMouseWheel(object?, MouseEventArgs)

Called after the MouseWheel event of the child control is raised.

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

Parameters

sender object

The source of the event.

e MouseEventArgs

An MouseEventArgs that contains the event data.