SfcApplicationEvents.BeforeObjectMoved Event
Occurs before 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 BeforeObjectMoved As SfcApplication.SfcBeforeObjectMovedEventHandler
'Usage
Dim instance As SfcApplicationEvents
Dim handler As SfcApplication.SfcBeforeObjectMovedEventHandler
AddHandler instance.BeforeObjectMoved, handler
public event SfcApplication.SfcBeforeObjectMovedEventHandler BeforeObjectMoved
public:
event SfcApplication.SfcBeforeObjectMovedEventHandler^ BeforeObjectMoved {
void add (SfcApplication.SfcBeforeObjectMovedEventHandler^ value);
void remove (SfcApplication.SfcBeforeObjectMovedEventHandler^ value);
}
member BeforeObjectMoved : IEvent<SfcApplication.SfcBeforeObjectMovedEventHandler,
SfcBeforeObjectMovedEventArgs>
JScript supports the use of events, but not the declaration of new ones.