Événement RowUpdated
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (dans Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
'Utilisation
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.