BusinessLogicRowUpdatedEventHandler Delegate

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the method that will handle a row updated event.

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 supports the use of delegates, but not the declaration of new ones.

Parameters

See Also

Reference

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace