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
IMapSource
oldSource
Old map source. |
System.Windows.UIElement
oldElement
Old UI element. |
IMapSource
newSource
New map source. |
System.Windows.UIElement
newElement
New UI element. |
Properties
NewElement
Gets new UI element.
Declaration
public UIElement NewElement { get; }
Property Value
System.Windows.UIElement
|
NewSource
OldElement
Gets old UI element.
Declaration
public UIElement OldElement { get; }
Property Value
System.Windows.UIElement
|