alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RightClickEventArgs

    Specifies the event arguments available on performing a right click event on the TreeMap items.

    Inheritance
    object
    BaseEventArgs
    RightClickEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    double

    A double representing the horizontal position.

    PageY

    Gets the vertical position of the current position of the mouse pointer.

    Declaration
    public double PageY { get; }
    Property Value
    Type Description
    double

    A double representing the vertical position.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved