This document is archived and information here might be outdated. Recommended version. |
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.