BusinessLogicDataAdapter.RowUpdating Event
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
'Usage
Dim instance As BusinessLogicDataAdapter
Dim handler As BusinessLogicRowUpdatingEventHandler
AddHandler instance.RowUpdating, handler
public event BusinessLogicRowUpdatingEventHandler RowUpdating
public:
event BusinessLogicRowUpdatingEventHandler^ RowUpdating {
void add (BusinessLogicRowUpdatingEventHandler^ value);
void remove (BusinessLogicRowUpdatingEventHandler^ value);
}
member RowUpdating : IEvent<BusinessLogicRowUpdatingEventHandler,
BusinessLogicRowUpdatingEventArgs>
JScript supports the use of events, but not the declaration of new ones.