Share via


Project.Disposed Event

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.

Implements

IComponent.Disposed

See Also

Reference

Project Class

Microsoft.SqlServer.Dts.Runtime Namespace