Class ContextMenuEventArgs
Provides data for the context menu event.
Inherited Members
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 SourceContextMenuEventArgs(Double, Double)
Declaration
public ContextMenuEventArgs(double pointerLeft, double pointerTop)
Parameters
Type | Name | Description |
---|---|---|
System.Double | pointerLeft | |
System.Double | pointerTop |
Properties
| Improve this Doc View SourceCursorLeft
Gets the horizontal position of the mouse.
Declaration
public double CursorLeft { get; }
Property Value
Type | Description |
---|---|
System.Double |
CursorTop
Gets the vertical position of the mouse.
Declaration
public double CursorTop { get; }
Property Value
Type | Description |
---|---|
System.Double |