Share via


SfcApplicationEvents.AfterObjectRenamed Event

Occurs after an SFC object has been renamed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Event AfterObjectRenamed As SfcApplication.SfcAfterObjectRenamedEventHandler
'Usage
Dim instance As SfcApplicationEvents 
Dim handler As SfcApplication.SfcAfterObjectRenamedEventHandler 

AddHandler instance.AfterObjectRenamed, handler
public event SfcApplication.SfcAfterObjectRenamedEventHandler AfterObjectRenamed
public:
 event SfcApplication.SfcAfterObjectRenamedEventHandler^ AfterObjectRenamed {
    void add (SfcApplication.SfcAfterObjectRenamedEventHandler^ value);
    void remove (SfcApplication.SfcAfterObjectRenamedEventHandler^ value);
}
member AfterObjectRenamed : IEvent<SfcApplication.SfcAfterObjectRenamedEventHandler,
    SfcAfterObjectRenamedEventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

SfcApplicationEvents Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace