Class LocationChangedEventArgs
Provides data for the LocationChanged event.
Inheritance
System.Object
LocationChangedEventArgs
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class LocationChangedEventArgs : EventArgs
Constructors
LocationChangedEventArgs(Location, Location)
Initializes a new instance of the Location
Declaration
public LocationChangedEventArgs(Location oldValue, Location newValue)