menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TooltipClickEventArgs

    Show / Hide Table of Contents

    Class TooltipClickEventArgs

    Defines Tooltip Click Event Args class

    Inheritance
    System.Object
    System.EventArgs
    TooltipClickEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class TooltipClickEventArgs : EventArgs

    Constructors

    TooltipClickEventArgs(String, List<Object>)

    Initializes a new instance of the “TooltipClickEventArgs” with the specified string event arguments and list of current object arguments

    Declaration
    public TooltipClickEventArgs(string sEventArgument, List<object> cur_obj_args)
    Parameters
    Type Name Description
    System.String sEventArgument

    string event arguments

    System.Collections.Generic.List<System.Object> cur_obj_args

    list of current object arguments

    Properties

    CurrentObj

    Gets and Sets the current object

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

    CurrentText

    Gets and Sets the current Text

    Declaration
    public object CurrentText { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved