menu

UWP

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

    Show / Hide Table of Contents

    Class TooltipOpeningEventArgs

    Represents the TooltipOpeningEventArgs in the SfMap.

    Inheritance
    System.Object
    TooltipOpeningEventArgs
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.dll
    Syntax
    public class TooltipOpeningEventArgs : EventArgs

    Constructors

    TooltipOpeningEventArgs(Object)

    Initializes a new instance of the 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 or sets the tooltip type.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved