Table of Contents

Method OnAfterParentMouseUp

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

OnAfterParentMouseUp(object?, MouseEventArgs)

Called after the MouseUp event of the Parent is raised.

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

Parameters

sender object

The source of the event.

e MouseEventArgs

An MouseEventArgs that contains the event data.