Table of Contents

Method OnBeforeParentMouseDown

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

OnBeforeParentMouseDown(object?, MouseEventArgs)

Called before the MouseDown event of the Parent is raised.

protected override void OnBeforeParentMouseDown(object? sender, MouseEventArgs e)

Parameters

sender object

The source of the event.

e MouseEventArgs

An MouseEventArgs that contains the event data.