Table of Contents

Method AfterMouseRightButtonUp

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

AfterMouseRightButtonUp(AbstractControl, MouseEventArgs)

Called after the right mouse button was released.

public void AfterMouseRightButtonUp(AbstractControl sender, MouseEventArgs e)

Parameters

sender AbstractControl

Control which sends the notification.

e MouseEventArgs

An MouseEventArgs that contains the event data.