Event data of the MapSourceChanged event.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapSourceChangedEventArgs : EventArgs
Inheritance: objectEventArgsMapSourceChangedEventArgs
Inherited Members
Constructors
C#
public MapSourceChangedEventArgs()
Properties
Gets or sets unique ID of the new map source.
C#
public string NewSourceId { get; set; }
Gets or sets unique ID of the old map source.
C#
public string OldSourceId { get; set; }