Class
MapSourceChangedEventArgs

Event data of the MapSourceChanged event.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapSourceChangedEventArgs : EventArgs

Inheritance: objectEventArgsMapSourceChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

MapSourceChangedEventArgs()

Declaration

cs-api-definition
public MapSourceChangedEventArgs()

Properties

NewSourceId

Gets or sets unique ID of the new map source.

Declaration

cs-api-definition
public string NewSourceId { get; set; }

Property Value

string

OldSourceId

Gets or sets unique ID of the old map source.

Declaration

cs-api-definition
public string OldSourceId { get; set; }

Property Value

string