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