This document is archived and information here might be outdated.  Recommended version.


IContentsView.ProcessEvents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IC > IContentsView Interface > IContentsView.ProcessEvents Property
ArcGIS Developer Help

IContentsView.ProcessEvents Property

Indicates if the view is currently responding to events.

[Visual Basic .NET]
Public WriteOnly Property ProcessEvents
[C#]
public void ProcessEvents {set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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.

See Also

IContentsView Interface