Table of Contents

Method AfterMouseDoubleClick

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

AfterMouseDoubleClick(Control, MouseEventArgs)

Called after the mouse button was double-clicked.

public virtual void AfterMouseDoubleClick(Control sender, MouseEventArgs e)

Parameters

sender Control

Control which sends the notification.

e MouseEventArgs

An MouseEventArgs that contains the event data.