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.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Event AfterObjectMoved As SfcApplication.SfcAfterObjectMovedEventHandler
'Usage
Dim instance As SfcApplicationEvents
Dim handler As SfcApplication.SfcAfterObjectMovedEventHandler
AddHandler instance.AfterObjectMoved, handler
public event SfcApplication.SfcAfterObjectMovedEventHandler AfterObjectMoved
public:
event SfcApplication.SfcAfterObjectMovedEventHandler^ AfterObjectMoved {
void add (SfcApplication.SfcAfterObjectMovedEventHandler^ value);
void remove (SfcApplication.SfcAfterObjectMovedEventHandler^ value);
}
member AfterObjectMoved : IEvent<SfcApplication.SfcAfterObjectMovedEventHandler,
SfcAfterObjectMovedEventArgs>
JScript supports the use of events, but not the declaration of new ones.