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 |