SfcApplication::SfcAfterObjectRenamedEventHandler Delegate
Represents the method that will handle the AfterObjectRenamed event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
public delegate void SfcAfterObjectRenamedEventHandler( Object^ sender, SfcAfterObjectRenamedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
Microsoft.SqlServer.Management.Sdk.Sfc::SfcAfterObjectRenamedEventArgs^
The SfcAfterObjectRenamedEventArgs object that contains the event data.
Show: