Udostępnij za pośrednictwem


Zdarzenie BusinessLogicDataAdapter.RowUpdated

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
'Użycie
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>
Język JScript obsługuje używanie zdarzeń, ale nie obsługuje deklarowania nowych.