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.
Adds an event handler to listen to the Disposed event.
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 ExtendedProperty
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.