Class StartZoomingEventArgs
Arguments of the event which occurs when change of the map zoom level starts.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class StartZoomingEventArgs : RadRoutedEventArgs
Constructors
StartZoomingEventArgs()
Initializes a new instance of the StartZoomingEventArgs class.
Declaration
public StartZoomingEventArgs()
StartZoomingEventArgs(RoutedEvent)
Initializes a new instance of the StartZoomingEventArgs class.
Declaration
public StartZoomingEventArgs(RoutedEvent routedEvent)
Parameters
RoutedEvent
routedEvent
Routed event. |
StartZoomingEventArgs(RoutedEvent, Object)
Initializes a new instance of the StartZoomingEventArgs class.
Declaration
public StartZoomingEventArgs(RoutedEvent routedEvent, object source)
Parameters
RoutedEvent
routedEvent
Routed event. |
System.Object
source
Source of the event. |
Properties
NewZoomLevel
New zoom level.
Declaration
public int NewZoomLevel { get; set; }
Property Value
System.Int32
|
OldZoomLevel
Old zoom level.
Declaration
public int OldZoomLevel { get; set; }
Property Value
System.Int32
|