VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / RowUpdatingHandler Method
A System.Data.Common.RowUpdatingEventArgs instance containing information about the event.


In This Topic
    RowUpdatingHandler Method
    In This Topic
    Adds an event handler for the System.Data.OleDb.OleDbDataAdapter.RowUpdating event.
    Syntax
    'Declaration
     
    
    Protected Sub RowUpdatingHandler( _
       ByVal rowUpdatingEvent As System.Data.Common.RowUpdatingEventArgs _
    ) 
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim rowUpdatingEvent As System.Data.Common.RowUpdatingEventArgs
     
    instance.RowUpdatingHandler(rowUpdatingEvent)
    protected void RowUpdatingHandler( 
       System.Data.Common.RowUpdatingEventArgs rowUpdatingEvent
    )

    Parameters

    rowUpdatingEvent
    A System.Data.Common.RowUpdatingEventArgs instance containing information about the event.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also