Class ToolTipOpeningEventArgs
Represents the TooltipOpeningEventArgs in the SfMap.
Inheritance
System.Object
ToolTipOpeningEventArgs
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class ToolTipOpeningEventArgs : EventArgs
Constructors
ToolTipOpeningEventArgs(Object)
Initializes a new instance of the Syncfusion.UI.Xaml.Maps.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 the name of the item in which tooltip is opened such as Bubble / Marker / Shape.
Declaration
public string ToolTipType { get; }
Property Value
Type |
---|
System.String |