Partager via


Événement RowUpdating

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (dans Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
'Utilisation
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.