dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniProvider Class / CreateRowUpdatingEventArgs Method

In This Topic
    CreateRowUpdatingEventArgs Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function CreateRowUpdatingEventArgs( _
       ByVal e As RowUpdatingEventArgs _
    ) As RowUpdatingEventArgs
    public RowUpdatingEventArgs CreateRowUpdatingEventArgs( 
       RowUpdatingEventArgs e
    )

    Parameters

    e
    See Also