Table of Contents

Event MouseLeftButtonDown

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

Occurs when the left mouse button was pressed on the control

public event EventHandler<MouseEventArgs>? MouseLeftButtonDown

Returns

EventHandler<MouseEventArgs>
Occurs when the left mouse button was pressed on the control
Implements