INotifyLocationChanged
Interface
Notifies clients that a location of the map item has changed. This interface should be implemented by map item data objects (view models) which supposed to be moved dynamically over the map.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public interface INotifyLocationChanged
Events
Occurs when a location of the map item has changed.
C#
event EventHandler<LocationChangedEventArgs> LocationChanged