Click or drag to resize

ToolTipManagementDestroyCustomizedToolTipsFunc Property

Callback for indicating the removal of a tool tip. When this callback is set, the default removal operation is avoided.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public Action<List<IMapObject>> DestroyCustomizedToolTipsFunc { get; set; }

Property Value

Type: ActionListIMapObject
See Also