ClassStartZoomingEventArgs
Class
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:
cs-api-definition
public class StartZoomingEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsStartZoomingEventArgs
Constructors
StartZoomingEventArgs()
Initializes a new instance of the StartZoomingEventArgs class.
Declaration
cs-api-definition
public StartZoomingEventArgs()
StartZoomingEventArgs(RoutedEvent)
Initializes a new instance of the StartZoomingEventArgs class.
Declaration
cs-api-definition
public StartZoomingEventArgs(RoutedEvent routedEvent)
Parameters
routedEvent
RoutedEvent
Routed event.
StartZoomingEventArgs(RoutedEvent, object)
Initializes a new instance of the StartZoomingEventArgs class.
Declaration
cs-api-definition
public StartZoomingEventArgs(RoutedEvent routedEvent, object source)
Parameters
routedEvent
RoutedEvent
Routed event.
source
Source of the event.
Properties
NewZoomLevel
New zoom level.
OldZoomLevel
Old zoom level.