RowUpdated 이벤트

네임스페이스:  Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리:  Microsoft.SqlServer.Replication.BusinessLogicSupport.dll의 Microsoft.SqlServer.Replication.BusinessLogicSupport

구문

‘선언
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
‘사용 방법
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는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.