Class RightClickEventArgs
Specifies the event arguments available on performing mouse right click on the treemap items.
Inheritance
System.Object
Syncfusion.Blazor.TreeMap.BaseEventArgs
RightClickEventArgs
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class RightClickEventArgs : BaseEventArgs
Constructors
RightClickEventArgs()
Declaration
public RightClickEventArgs()
Properties
PageX
Gets the horizontal position of the current position of the mouse pointer.
Declaration
public double PageX { get; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |
PageY
Gets the vertical position of the current position of the mouse pointer.
Declaration
public double PageY { get; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |