[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.RowUpdatingEventHandler

RowUpdatingEventHandler Delegate

The delegate method handles the row updating event

Namespace: C1.DataConnector.AdoNet
Assembly: C1.AdoNet.CSV.dll
Syntax
public delegate void RowUpdatingEventHandler(object sender, RowUpdatingEventArgs e)
Parameters
Type Name Description
object sender
RowUpdatingEventArgs e

Constructors

Name Description
RowUpdatingEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, RowUpdatingEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, RowUpdatingEventArgs)