This documentation is archived and is not being maintained.
SfcApplicationEvents::AfterObjectMoved Event
Occurs after an SFC object has moved. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace:
Microsoft.SqlServer.Management.Sdk.SfcAssembly:
Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
public:
event SfcApplication::SfcAfterObjectMovedEventHandler^ AfterObjectMoved {
void add(SfcApplication::SfcAfterObjectMovedEventHandler^ value);
void remove(SfcApplication::SfcAfterObjectMovedEventHandler^ value);
}
Return to top