Partilhar via


Evento RowUpdating

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
'Uso
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.