Arguments of the event which occurs when change of the map zoom level starts.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class StartZoomingEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsStartZoomingEventArgs
Constructors
Initializes a new instance of the StartZoomingEventArgs class.
C#
public StartZoomingEventArgs()
Initializes a new instance of the StartZoomingEventArgs class.
C#
public StartZoomingEventArgs(RoutedEvent routedEvent, object source)
Routed event.
sourceobjectSource of the event.
Initializes a new instance of the StartZoomingEventArgs class.
C#
public StartZoomingEventArgs(RoutedEvent routedEvent)
Routed event.
Properties
New zoom level.
C#
public int NewZoomLevel { get; set; }
Old zoom level.
C#
public int OldZoomLevel { get; set; }