This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IC > IContentsView Interface > IContentsView.ProcessEvents Property (ArcObjects .NET 10.5 SDK) |
Indicates if the view is currently responding to events.
[Visual Basic .NET]
Public WriteOnly Property ProcessEvents
[C#] public void ProcessEvents {set;}
This property allows you to temporarily suspend the processing of events by the contents view so that for instance, it doesn't unnecessarily refresh when some routine repeatitively modifies its content.