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 |