Class
LocationChangedEventArgs

Provides data for the LocationChanged event.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class LocationChangedEventArgs : EventArgs

Inheritance: objectEventArgsLocationChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

LocationChangedEventArgs(Location, Location)

Initializes a new instance of the LocationChangedEventArgs class.

Declaration

cs-api-definition
public LocationChangedEventArgs(Location oldValue, Location newValue)

Parameters

oldValue

Location

Old location.

newValue

Location

New location.

Properties

NewValue

Gets new location.

Declaration

cs-api-definition
public Location NewValue { get; }

Property Value

Location

OldValue

Gets old location.

Declaration

cs-api-definition
public Location OldValue { get; }

Property Value

Location