Table of Contents

Method OnRightMouseButtonUp

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

OnRightMouseButtonUp(EventArgs)

Called when the right mouse button is released over the notification icon.

protected virtual void OnRightMouseButtonUp(EventArgs empty)

Parameters

empty EventArgs

An EventArgs that contains the event data.

Remarks

Derived classes can override this method to provide additional handling when the event is raised. When overriding, ensure to call the base implementation to preserve the event invocation.