Table of Contents

Event MouseLeftButtonUp

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

Occurs when the mouse pointer is over the control and left mouse button is released.

public event MouseEventHandler? MouseLeftButtonUp

Returns

MouseEventHandler
Occurs when the mouse pointer is over the control and left mouse button is released.
Implements