DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / RowUpdatingEventHandler Delegate

In This Topic
    RowUpdatingEventHandler Delegate
    In This Topic
    The delegate method handles the row updating event
    Syntax
    'Declaration
     
    Public Delegate Sub RowUpdatingEventHandler( _
       ByVal sender As Object, _
       ByVal e As RowUpdatingEventArgs _
    ) 
    public delegate void RowUpdatingEventHandler( 
       object sender,
       RowUpdatingEventArgs e
    )

    Parameters

    sender
    e
    See Also