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


ITableViewCallback.RefreshDisplay Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableViewCallback Interface > ITableViewCallback.RefreshDisplay Method
ArcGIS Developer Help

ITableViewCallback.RefreshDisplay Method

Refresh all screen caches.

[Visual Basic .NET]
Public Sub RefreshDisplay ( _
    ByVal pRedrawArea As IEnvelope _
)
[C#]
public void RefreshDisplay (
    IEnvelope pRedrawArea
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewCallback Interface