Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TooltipOpeningEventArgs

    Class implementation of TooltipOpeningEventArgs

    Inheritance
    System.Object
    TooltipOpeningEventArgs
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class TooltipOpeningEventArgs : EventArgs

    Constructors

    TooltipOpeningEventArgs()

    Declaration
    public TooltipOpeningEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the Cancel property

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

    Data

    Gets and internal sets the Data

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

    TooltipType

    Gets and internal sets the tooltipType

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