Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 MustOverride Event Disposed As EventHandler
'Usage
Dim instance As Parameter
Dim handler As EventHandler
AddHandler instance.Disposed, handler
public abstract event EventHandler Disposed
public:
virtual event EventHandler^ Disposed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Disposed : IEvent<EventHandler,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.