Class SourceChangedEventArgs
Arguments of the event which occurs when map source is changed in the TilePresenter.
Inheritance
System.Object
SourceChangedEventArgs
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class SourceChangedEventArgs : EventArgs
Constructors
SourceChangedEventArgs(IMapSource, UIElement, IMapSource, UIElement)
Initializes a new instance of the SourceChangedEventArgs class.
Declaration
public SourceChangedEventArgs(IMapSource oldSource, UIElement oldElement, IMapSource newSource, UIElement newElement)
Parameters
IMap Old map source. |
System. Old UI element. |
IMap New map source. |
System. New UI element. |
Properties
NewElement
Gets new UI element.
Declaration
public UIElement NewElement { get; }
Property Value
System.
|
NewSource
OldElement
Gets old UI element.
Declaration
public UIElement OldElement { get; }
Property Value
System.
|