Show / Hide Table of Contents

Method OnMouseRightButtonDown

| Edit this page View Source

OnMouseRightButtonDown(MouseButtonEventArgs)

Invoked when an unhandled MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration
protected override void OnMouseRightButtonDown(MouseButtonEventArgs e)
Parameters
Type Name Description
MouseButtonEventArgs e

The MouseButtonEventArgs that contains the event data. The event data reports that the right mouse button was pressed.

Overrides
UIElement.OnMouseRightButtonDown(MouseButtonEventArgs)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX