menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolTipOpeningEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolTipOpeningEventArgs

    Represents the TooltipOpeningEventArgs in the SfMap.

    Inheritance
    System.Object
    System.EventArgs
    ToolTipOpeningEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.WPF.dll
    Syntax
    public class ToolTipOpeningEventArgs : EventArgs

    Constructors

    ToolTipOpeningEventArgs(Object)

    Initializes a new instance of the Syncfusion.UI.Xaml.Maps.TooltipOpeningEventArgs class.

    Declaration
    public ToolTipOpeningEventArgs(object item)
    Parameters
    Type Name Description
    System.Object item

    Properties

    Cancel

    Gets or sets the Cancel value of the TooltipOpeningEvent.

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

    Data

    Gets the Data of the TooltipOpeningEvent.

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

    Type :System.Object

    Remarks

    Items is the read only property to read the Data when tooltip opening events occurred.

    ToolTipType

    Gets the name of the item in which tooltip is opened such as Bubble / Marker / Shape.

    Declaration
    public string ToolTipType { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved