Table of Contents

Method BeforeMouseDown

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

BeforeMouseDown(AbstractControl, MouseEventArgs)

Called before the mouse button was pressed.

public void BeforeMouseDown(AbstractControl sender, MouseEventArgs e)

Parameters

sender AbstractControl

Control which sends the notification.

e MouseEventArgs

An MouseEventArgs that contains the event data.