Delegat BusinessLogicRowUpdatedEventHandler
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw: Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Składnia
'Deklaracja
Public Delegate Sub BusinessLogicRowUpdatedEventHandler ( _
sender As Object, _
e As BusinessLogicRowUpdatedEventArgs _
)
'Użycie
Dim instance As New BusinessLogicRowUpdatedEventHandler(AddressOf HandlerMethod)
public delegate void BusinessLogicRowUpdatedEventHandler(
Object sender,
BusinessLogicRowUpdatedEventArgs e
)
public delegate void BusinessLogicRowUpdatedEventHandler(
Object^ sender,
BusinessLogicRowUpdatedEventArgs^ e
)
type BusinessLogicRowUpdatedEventHandler =
delegate of
sender:Object *
e:BusinessLogicRowUpdatedEventArgs -> unit
Język JScript obsługuje używanie obiektów delegowanych, ale nie obsługuje deklarowania nowych.
Parametry
- sender
Typ: System.Object