menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ClickEventArgs - API Reference

    Show / Hide Table of Contents

    Class ClickEventArgs

    Specifies the event arguments available on performing click event on the treemap items.

    Inheritance
    System.Object
    Syncfusion.Blazor.TreeMap.BaseEventArgs
    ClickEventArgs
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ClickEventArgs : BaseEventArgs

    Constructors

    ClickEventArgs()

    Declaration
    public ClickEventArgs()

    Properties

    IsRightClick

    Returns whether or not the click action was performed with the right mouse button.

    Declaration
    public bool IsRightClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the click action was performed with the right mouse button. Otherwise, false.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved