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
|
IMapSource
oldSource
|
|
Microsoft.UI.Xaml.UIElement
oldElement
|
|
IMapSource
newSource
|
|
Microsoft.UI.Xaml.UIElement
newElement
|
Properties
NewElement
Declaration
public UIElement NewElement { get; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|
NewSource
OldElement
Declaration
public UIElement OldElement { get; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|