ArcObjects Library Reference (GeoDatabaseUI)  

ITableViewCallback.RefreshSelection Method

Refresh graphics for selected table or selection when viewing the full table.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewCallback Interface