InterfaceINotifyLocationChanged
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:
cs-api-definition
public interface INotifyLocationChanged
Events
LocationChanged
Occurs when a location of the map item has changed.
Declaration
cs-api-definition
event EventHandler<LocationChangedEventArgs> LocationChanged
Event Value