Table of Contents

Method AfterMouseDoubleClick

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

AfterMouseDoubleClick(AbstractControl, MouseEventArgs)

Called after the mouse button was double-clicked.

void AfterMouseDoubleClick(AbstractControl sender, MouseEventArgs e)

Parameters

sender AbstractControl

Control which sends the notification.

e MouseEventArgs

An MouseEventArgs that contains the event data.