RdmRowUpdatingEventHandler Delegate

Syntax:

public delegate void RdmRowUpdatingEventHandler(Object sender, RdmRowUpdatingEventArgs event)

Description:

The RdmRowUpdatingEventHandler delegate represents the method that will handle the RowUpdating 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: RdmRowUpdatingEventArgs

The RdmRowUpdatingEventArgs that contains the event data