Table of Contents

Method OnMainControlMouseDoubleClick

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

OnMainControlMouseDoubleClick(object?, MouseEventArgs)

Default implementation of the left mouse button double click event for the main control of the popup window.

protected virtual void OnMainControlMouseDoubleClick(object? sender, MouseEventArgs e)

Parameters

sender object

Event object.

e MouseEventArgs

Event arguments.