Show / Hide Table of Contents

Class ContextMenuEventArgs

Provides data for the context menu event.

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
ContextMenuEventArgs
Inherited Members
RoutedEventArgs.OriginalSource
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public sealed class ContextMenuEventArgs : RoutedEventArgs

Constructors

| Improve this Doc View Source

ContextMenuEventArgs(Double, Double)

Declaration
public ContextMenuEventArgs(double pointerLeft, double pointerTop)
Parameters
Type Name Description
System.Double pointerLeft
System.Double pointerTop

Properties

| Improve this Doc View Source

CursorLeft

Gets the horizontal position of the mouse.

Declaration
public double CursorLeft { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

CursorTop

Gets the vertical position of the mouse.

Declaration
public double CursorTop { get; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source