Class MapSourceChangedEventArgs
Inheritance
System.Object
MapSourceChangedEventArgs
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapSourceChangedEventArgs : EventArgs
Constructors
MapSourceChangedEventArgs()
Declaration
public MapSourceChangedEventArgs()
Properties
NewSourceId
Declaration
public string NewSourceId { get; set; }
Property Value
System.
|
OldSourceId
Declaration
public string OldSourceId { get; set; }
Property Value
System.
|