Method OnRightMouseButtonDoubleClick
OnRightMouseButtonDoubleClick(EventArgs)
Called when the right mouse button is double-clicked over the notification icon.
protected virtual void OnRightMouseButtonDoubleClick(EventArgs empty)
Parameters
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.