Table of Contents

Event MouseDown

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

Occurs when the mouse pointer is over the control and a mouse button is pressed.

public event MouseEventHandler? MouseDown

Returns

MouseEventHandler
Occurs when the mouse pointer is over the control and a mouse button is pressed.
Implements