Freigeben über


BusinessLogicRowUpdatedEventHandler-Delegat

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Delegate Sub BusinessLogicRowUpdatedEventHandler ( _
    sender As Object, _
    e As BusinessLogicRowUpdatedEventArgs _
)
'Usage
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
JScript unterstützt die Verwendung von Delegaten, aber nicht die Deklaration neuer Delegaten.