MapLayer.OnPositionChanged Method (DependencyObject, DependencyPropertyChangedEventArgs)

Bing
 

Enables the ability to provide custom handling when the Position of the layer changes.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

public static void OnPositionChanged(
	DependencyObject dependencyObject,
	DependencyPropertyChangedEventArgs ea
)

Parameters

dependencyObject
Type: System.Windows.DependencyObject

The dependency field.

ea
Type: System.Windows.DependencyPropertyChangedEventArgs

The event arguments.

Return to top
Show: