Share via


BusinessLogicDataAdapter.RowUpdating Event

Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public event BusinessLogicRowUpdatingEventHandler RowUpdating
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public:
event BusinessLogicRowUpdatingEventHandler^ RowUpdating {
    void add (BusinessLogicRowUpdatingEventHandler^ value);
    void remove (BusinessLogicRowUpdatingEventHandler^ value);
}
/** @event */
public void add_RowUpdating (BusinessLogicRowUpdatingEventHandler value)

/** @event */
public void remove_RowUpdating (BusinessLogicRowUpdatingEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

BusinessLogicDataAdapter Class
BusinessLogicDataAdapter Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace