RdmRowUpdatedEventHandler Delegate

Syntax:

public delegate void RdmRowUpdatedEventHandler(Object sender, RdmRowUpdatedEventArgs event)

Description:

The RdmRowUpdatedEventHandler delegate represents the method that will handle the RowUpdated event of an RdmDataAdapter. This handler is not required to perform any action and it should avoid generating exceptions or allowing exceptions to propagate to the calling method, as any exceptions that do reach the caller are ignored.

Parameters:

sender

Type: System.Object

The source of the event.

event

Type: RdmRowUpdatedEventArgs

The RdmRowUpdatedEventArgs that contains the event data