BusinessLogicRowUpdatingEventHandler Delegate
This delegate supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
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 _
)
public delegate void BusinessLogicRowUpdatingEventHandler (
Object sender,
BusinessLogicRowUpdatingEventArgs e
)
public delegate void BusinessLogicRowUpdatingEventHandler (
Object^ sender,
BusinessLogicRowUpdatingEventArgs^ e
)
/** @delegate */
public delegate void BusinessLogicRowUpdatingEventHandler (
Object sender,
BusinessLogicRowUpdatingEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
- e
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace