Table of Contents

Method BeforeMouseUp

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

BeforeMouseUp(AbstractControl, MouseEventArgs)

Called before the mouse button was released.

public void BeforeMouseUp(AbstractControl sender, MouseEventArgs e)

Parameters

sender AbstractControl

Control which sends the notification.

e MouseEventArgs

An MouseEventArgs that contains the event data.