Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TooltipEventArgs

    Interface for Tooltip event arguments.

    Inheritance
    System.Object
    TooltipEventArgs
    Implements
    System.IEquatable<TooltipEventArgs>
    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TooltipEventArgs : Object, IEquatable<TooltipEventArgs>

    Constructors

    TooltipEventArgs()

    Declaration
    public TooltipEventArgs()

    Properties

    Cancel

    It determines whether the current action needs to be prevented or not.

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

    CollidedPosition

    It is used to denote the Collided Tooltip position.

    Declaration
    public string CollidedPosition { get; set; }
    Property Value
    Type Description
    System.String

    Element

    It is used to denote the Tooltip element.

    Declaration
    public DOM Element { get; set; }
    Property Value
    Type Description
    DOM

    Event

    It is used to specify the current event object.

    Declaration
    public EventArgs Event { get; set; }
    Property Value
    Type Description
    System.EventArgs

    HasText

    It determines whether the tooltip content contains text character or not.

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

    IsInteracted

    If the event is triggered by interaction, it returns true. Otherwise, it returns false.

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

    Left

    Specifies the clientX position of the target element.

    Declaration
    public Nullable<double> Left { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Name

    Specifies the name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Target

    It is used to denote the current target element where the Tooltip is to be displayed.

    Declaration
    public DOM Target { get; set; }
    Property Value
    Type Description
    DOM

    Top

    Specifies the clientY position of the target element.

    Declaration
    public Nullable<double> Top { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Type

    It is used to denote the type of triggered event.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved