Class SourceChangedEventArgs
Inheritance
System.Object
SourceChangedEventArgs
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class SourceChangedEventArgs : EventArgs
Constructors
SourceChangedEventArgs(IMapSource, UIElement, IMapSource, UIElement)
Declaration
public SourceChangedEventArgs(IMapSource oldSource, UIElement oldElement, IMapSource newSource, UIElement newElement)
Parameters
IMap
|
Microsoft.
|
IMap
|
Microsoft.
|
Properties
NewElement
Declaration
public UIElement NewElement { get; }
Property Value
Microsoft.
|
NewSource
OldElement
Declaration
public UIElement OldElement { get; }
Property Value
Microsoft.
|