Table of Contents

Method AfterMouseUp

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

AfterMouseUp(AbstractControl, MouseEventArgs)

Called after the mouse button was released.

public void AfterMouseUp(AbstractControl sender, MouseEventArgs e)

Parameters

sender AbstractControl

Control which sends the notification.

e MouseEventArgs

An MouseEventArgs that contains the event data.