Event raised when the [P:Zoom] property has changed.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<double>> ZoomChanged
Visual Basic
Public Event ZoomChanged As EventHandler(Of PropertyChangedEventArgs(Of Double))

See Also