RowUpdated Evento
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
'Uso
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 admite el uso de eventos, pero no la declaración de otros nuevos.