menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TooltipOpeningEventArgs

    The class implementation of TooltipOpeningEventArgs

    Inheritance
    System.Object
    TooltipOpeningEventArgs
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class TooltipOpeningEventArgs : EventArgs

    Constructors

    TooltipOpeningEventArgs()

    Declaration
    public TooltipOpeningEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether cancel the event

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

    Data

    Gets or internal sets the data value

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

    TooltipType

    Gets or internal sets the tooltip type

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