Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 updating event.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Delegate Sub BusinessLogicRowUpdatingEventHandler ( _
sender As Object, _
e As BusinessLogicRowUpdatingEventArgs _
)
'Usage
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 supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatingEventArgs
The event.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace