Table of Contents

Method OnBeforeParentMouseUp

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

OnBeforeParentMouseUp(object?, MouseEventArgs)

Called before the MouseUp event of the Parent is raised.

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

Parameters

sender object

The source of the event.

e MouseEventArgs

An MouseEventArgs that contains the event data.