Table of Contents

Method OnBeforeChildMouseWheel

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

OnBeforeChildMouseWheel(object?, MouseEventArgs)

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

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

Parameters

sender object

The source of the event.

e MouseEventArgs

An MouseEventArgs that contains the event data.