ArcGIS Pro 2.6 API Reference Guide
DrawingPaused Property (MapView)

ArcGIS.Desktop.Mapping Namespace > MapView Class : DrawingPaused Property
Gets or sets the paused state on the map view.
Syntax
public bool DrawingPaused {get; set;}
Public Property DrawingPaused As Boolean
Remarks
While the DrawingPaused property is true, data will not be accessed for drawing. Changing the value from true to false will signal a refresh as well as allowing data to be accessed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members