| Visual Basic (Declaration) | |
|---|---|
Public Event RotationChanged As Map.RotationChangedEventHandler | |
| C# | |
|---|---|
public event Map.RotationChangedEventHandler RotationChanged | |
The event handler receives an argument of type DependencyPropertyChangedEventArgs containing data related to this event. The following DependencyPropertyChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| NewValue | |
| OldValue | |
| Property |
Target Platforms:Windows Phone 7