Table of Contents

Method OnMouseLeftButtonDown

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

OnMouseLeftButtonDown(MouseEventArgs)

Called when the left mouse button was pressed.

protected override void OnMouseLeftButtonDown(MouseEventArgs e)

Parameters

e MouseEventArgs

Remarks

Derived classes can override this method to handle the event without attaching a delegate.