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

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