Table of Contents

Method OnAfterParentMouseDown

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

OnAfterParentMouseDown(object?, MouseEventArgs)

Called after the MouseDown event of the Parent is raised.

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

Parameters

sender object

The source of the event.

e MouseEventArgs

An MouseEventArgs that contains the event data.