Table of Contents

Method AfterMouseRightButtonUp

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

AfterMouseRightButtonUp(Control, MouseEventArgs)

Called after the right mouse button was released.

void AfterMouseRightButtonUp(Control sender, MouseEventArgs e)

Parameters

sender Control

Control which sends the notification.

e MouseEventArgs

An MouseEventArgs that contains the event data.