Share via


MapLayer.OnPositionOriginChanged Method (DependencyObject, DependencyPropertyChangedEventArgs)

 

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

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

Syntax

public static void OnPositionOriginChanged(
    DependencyObject dependencyObject,
    DependencyPropertyChangedEventArgs ea
)
public:
static void OnPositionOriginChanged(
    DependencyObject^ dependencyObject,
    DependencyPropertyChangedEventArgs ea
)
static member OnPositionOriginChanged : 
        dependencyObject:DependencyObject *
        ea:DependencyPropertyChangedEventArgs -> unit
Public Shared Sub OnPositionOriginChanged (
    dependencyObject As DependencyObject,
    ea As DependencyPropertyChangedEventArgs
)

Parameters

See Also

MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top