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