ArcGIS Pro 2.6 API Reference Guide
PropertyChanged Event (MapViewOverlayControl)

ArcGIS.Desktop.Mapping Namespace > MapViewOverlayControl Class : PropertyChanged Event
Occurs when a property is changed.
Syntax
public event PropertyChangedEventHandler PropertyChanged
Public Event PropertyChanged As PropertyChangedEventHandler
Event Data

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

PropertyDescription
 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also