Table of Contents

Method OnMouseLeftButtonUp

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

OnMouseLeftButtonUp(MouseEventArgs)

Called when the left mouse button was released.

protected override void OnMouseLeftButtonUp(MouseEventArgs e)

Parameters

e MouseEventArgs

Remarks

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