Class
StartZoomingEventArgs

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

object

Source of the event.

Properties

NewZoomLevel

New zoom level.

Declaration

cs-api-definition
public int NewZoomLevel { get; set; }

Property Value

int

OldZoomLevel

Old zoom level.

Declaration

cs-api-definition
public int OldZoomLevel { get; set; }

Property Value

int