New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

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; }