RowUpdated 事件
命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
語法
'宣告
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 支援事件的使用,但不支援新事件的宣告。