Class TooltipOpeningEventArgs
To get the tooltip properties.
Inheritance
System.Object
TooltipOpeningEventArgs
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public class TooltipOpeningEventArgs : EventArgs
Constructors
TooltipOpeningEventArgs()
Declaration
public TooltipOpeningEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the tooltip opening should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Data
Gets the tooltip data property.
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 |