Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeTooltipRenderEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BeforeTooltipRenderEventArgs<T>

    Defines the event arguments of before tooltip render event.

    Inheritance
    System.Object
    BeforeTooltipRenderEventArgs<T>
    Implements
    System.IEquatable<BeforeTooltipRenderEventArgs<T>>
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforeTooltipRenderEventArgs<T> : Object, IEquatable<BeforeTooltipRenderEventArgs<T>>
    Type Parameters
    Name Description
    T

    Constructors

    BeforeTooltipRenderEventArgs()

    Declaration
    public BeforeTooltipRenderEventArgs()

    Properties

    Args

    Defines the original event arguments of tooltip control.

    Declaration
    public TooltipEventArgs Args { get; set; }
    Property Value
    Type Description
    TooltipEventArgs

    Cancel

    Cancel the tooltip

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

    Content

    Defines the content.

    Declaration
    public object Content { get; set; }
    Property Value
    Type Description
    System.Object

    Data

    Defines the data.

    Declaration
    public BeforeTooltipRenderEventArgsData<T> Data { get; set; }
    Property Value
    Type Description
    BeforeTooltipRenderEventArgsData<T>

    Methods

    Equals(BeforeTooltipRenderEventArgs<T>)

    Returns boolean value by comparing beforeTooltipRenderEventArgs

    Declaration
    public bool Equals(BeforeTooltipRenderEventArgs<T> beforeTooltipRenderEventArgs)
    Parameters
    Type Name Description
    BeforeTooltipRenderEventArgs<T> beforeTooltipRenderEventArgs
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Returns boolean value by comparing object

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Returns hashcode for current object

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Implements

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