SfcApplicationEvents.ObjectDropped Event
Occurs when an SFC object has been dropped. 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 ObjectDropped As SfcApplication.SfcObjectDroppedEventHandler
'Usage
Dim instance As SfcApplicationEvents
Dim handler As SfcApplication.SfcObjectDroppedEventHandler
AddHandler instance.ObjectDropped, handler
public event SfcApplication.SfcObjectDroppedEventHandler ObjectDropped
public:
event SfcApplication.SfcObjectDroppedEventHandler^ ObjectDropped {
void add (SfcApplication.SfcObjectDroppedEventHandler^ value);
void remove (SfcApplication.SfcObjectDroppedEventHandler^ value);
}
member ObjectDropped : IEvent<SfcApplication.SfcObjectDroppedEventHandler,
SfcObjectDroppedEventArgs>
JScript supports the use of events, but not the declaration of new ones.