Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the component is disposed by a call to the Dispose method.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Event Disposed As EventHandler
'Usage
Dim instance As Project
Dim handler As EventHandler
AddHandler instance.Disposed, handler
public event EventHandler Disposed
public:
virtual event EventHandler^ Disposed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Disposed : IEvent<EventHandler,
EventArgs>
override Disposed : IEvent<EventHandler,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.