MapLayer.OnPositionOffsetChanged Method (DependencyObject, DependencyPropertyChangedEventArgs)

Bing
 

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

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

static member OnPositionOffsetChanged : 
        dependencyObject:DependencyObject *
        ea:DependencyPropertyChangedEventArgs -> unit

Parameters

dependencyObject
Type: System.Windows.DependencyObject

The dependency field.

ea
Type: System.Windows.DependencyPropertyChangedEventArgs

The event arguments.

Return to top
Show: