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


ITableViewCallback.RefreshDisplay Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

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