ArcObjects Library Reference (ArcMapUI)  

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