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 LocationChangedEventArgs class.
Declaration
public LocationChangedEventArgs(Location oldValue, Location newValue)
Parameters
Location
oldValue
Old location. |
Location
newValue
New location. |