ArcObjects Library Reference (GeoDatabaseUI)  

ITableControl3.RereadFIDs Method

Rereads rows. Called when viewing selected records and the selection changes.

[Visual Basic .NET]
Public Sub RereadFIDs ( _
    ByVal pSelection As ISelectionSet _
)
[C#]
public void RereadFIDs (
    ISelectionSet pSelection
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableControl3 Interface