Share via


Delegado BusinessLogicRowUpdatingEventHandler

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Delegate Sub BusinessLogicRowUpdatingEventHandler ( _
    sender As Object, _
    e As BusinessLogicRowUpdatingEventArgs _
)
'Uso
Dim instance As New BusinessLogicRowUpdatingEventHandler(AddressOf HandlerMethod)
public delegate void BusinessLogicRowUpdatingEventHandler(
    Object sender,
    BusinessLogicRowUpdatingEventArgs e
)
public delegate void BusinessLogicRowUpdatingEventHandler(
    Object^ sender, 
    BusinessLogicRowUpdatingEventArgs^ e
)
type BusinessLogicRowUpdatingEventHandler = 
    delegate of 
        sender:Object * 
        e:BusinessLogicRowUpdatingEventArgs -> unit
JScript admite el uso de delegados, pero no la declaración de otros nuevos.