ArcGIS Pro 2.6 API Reference Guide
PositionChanged Event

ArcGIS.Desktop.Mapping Namespace > MapViewOverlayControl Class : PositionChanged Event
Occurs when the position or relative position to the MapView is changed.
Syntax
Event Data

The event handler receives an argument of type OverlayControlPositionChangedEventArgs containing data related to this event. The following OverlayControlPositionChangedEventArgs properties provide information specific to this event.

PropertyDescription
The pixel offset for the left.  
The horizontal offset of the control as a percent from 0 (left edge), to 1 (right edge).  
The pixel offset for the top.  
The vertical offset of the control as a percent from 0 (top edge), to 1 (bottom edge).  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also