Interface INotifyLocationChanged
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.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface INotifyLocationChanged
Events
LocationChanged
Occurs when a location of the map item has changed.
Declaration
event EventHandler<LocationChangedEventArgs> LocationChanged
Event Type
System.EventHandler<LocationChangedEventArgs>
|