DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase Class / OnRowUpdated Method
A System.Data.Common.RowUpdatedEventArgs that contains the event data.

In This Topic
    OnRowUpdated Method (C1DataAdapterBase)
    In This Topic
    Raises the RowUpdated event of a data provider.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnRowUpdated( _
       ByVal value As RowUpdatedEventArgs _
    ) 
    protected override void OnRowUpdated( 
       RowUpdatedEventArgs value
    )

    Parameters

    value
    A System.Data.Common.RowUpdatedEventArgs that contains the event data.
    See Also