Class MapSourceChangedEventArgs
Event data of the MapSourceChanged event.
Inheritance
System.Object
MapSourceChangedEventArgs
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapSourceChangedEventArgs : EventArgs
Constructors
MapSourceChangedEventArgs()
Declaration
public MapSourceChangedEventArgs()
Properties
NewSourceId
Gets or sets unique ID of the new map source.
Declaration
public string NewSourceId { get; set; }
Property Value
System.String
|
OldSourceId
Gets or sets unique ID of the old map source.
Declaration
public string OldSourceId { get; set; }
Property Value
System.String
|