New to Telerik UI for WPFStart a free 30-day trial

Provides data for the LocationChanged event.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class LocationChangedEventArgs : EventArgs

Inheritance: objectEventArgsLocationChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the LocationChangedEventArgs class.

C#
public LocationChangedEventArgs(Location oldValue, Location newValue)
Parameters:oldValueLocation

Old location.

newValueLocation

New location.

Properties

Gets new location.

C#
public Location NewValue { get; }

Gets old location.

C#
public Location OldValue { get; }