ASP.NET Core MVC Controls | ComponentOne
In This Topic
    TooltipEventArgs Class
    In This Topic
    File
    wijmo.js
    Module
    wijmo
    Base Class
    CancelEventArgs

    Provides arguments for the popup event.

    Constructor

    Properties

    Events

    Constructor

    constructor

    constructor(content: string, element?: HTMLElement): TooltipEventArgs
    

    Initializes a new instance of the TooltipEventArgs class.

    Parameters
    Optional

    HTMLElement that the tip refers to.

    Returns
    TooltipEventArgs

    Properties

    cancel

    Gets or sets a value that indicates whether the event should be canceled.

    Inherited From
    CancelEventArgs
    Type
    boolean

    content

    Gets or sets the content to show in the tooltip.

    This parameter can be used while handling the popup event to modify the content of the tooltip.

    Type
    string

    element

    Gets a reference to the element that the tooltip refers to.

    Type
    HTMLElement

    tip

    Gets a reference to the tooltip element.

    Type
    HTMLElement

    Events

     

    Static empty

    Provides a value to use with events that do not have event data.

    Inherited From
    EventArgs
    Arguments
    EventArgs