In The Hand LtdIn The Hand
CERowUpdatingEventHandler Delegate
NamespacesInTheHand.Data.WindowsCECERowUpdatingEventHandler
.NET Components for Mobility
Represents the method that will handle the RowUpdating event of a CEDataAdapter.
Declaration Syntax
C#Visual Basic
public delegate void CERowUpdatingEventHandler(
	Object sender,
	CERowUpdatingEventArgs e
)
Public Delegate Sub CERowUpdatingEventHandler ( _
	sender As Object, _
	e As CERowUpdatingEventArgs _
)
Parameters
sender (Object)
The source of the event.
e (CERowUpdatingEventArgs)
The CERowUpdatingEventArgs that contains the event data.

Assembly: InTheHand.Data (Module: InTheHand.Data) Version: 7.0.0.0