DK11 for .NET | TatukGIS.NDK.TGIS_ShortestPath.LinkDynamicEvent | Constructors | Fields | Methods | Properties | Events
Event which will be fired upon traversing link.
// C# public event TGIS_LinkDynamicEvent LinkDynamicEvent { add {} remove {} }
' VisualBasic Public Custom Event LinkDynamicEvent As TGIS_LinkDynamicEvent AddHandler(ByVal value As TGIS_LinkDynamicEvent) End AddHandler RemoveHandler(ByVal value As TGIS_LinkDynamicEvent) End RemoveHandler End Event
// Oxygene public event LinkDynamicEvent : TGIS_LinkDynamicEvent add remove;