BusinessLogicRowUpdatingEventHandler Delegate
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the method that will handle a row updating event.
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
public delegate void BusinessLogicRowUpdatingEventHandler( Object^ sender, BusinessLogicRowUpdatingEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
Show: