Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables the ability to provide custom handling when the PositionRectangle of the layer changes.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static void OnPositionRectangleChanged(
DependencyObject dependencyObject,
DependencyPropertyChangedEventArgs ea
)
public:
static void OnPositionRectangleChanged(
DependencyObject^ dependencyObject,
DependencyPropertyChangedEventArgs ea
)
static member OnPositionRectangleChanged :
dependencyObject:DependencyObject *
ea:DependencyPropertyChangedEventArgs -> unit
Public Shared Sub OnPositionRectangleChanged (
dependencyObject As DependencyObject,
ea As DependencyPropertyChangedEventArgs
)
Parameters
dependencyObject
Type: System.Windows.DependencyObjectThe dependency field.
ea
Type: System.Windows.DependencyPropertyChangedEventArgsThe event arguments.
See Also
MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top