ArcObjects Library Reference (GeoprocessingUI)  

IMdFRSCtrl.RowUpdated Method

Lets the control know when the rowbuffer was updated.

[Visual Basic .NET]
Public Sub RowUpdated ( _
    ByVal pRowBuffer As IRowBuffer _
)
[C#]
public void RowUpdated (
    IRowBuffer pRowBuffer
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdFRSCtrl Interface