IDataSourceDescriptor.Invalidated Event

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Event Invalidated As EventHandler
'Usage
Dim instance As IDataSourceDescriptor
Dim handler As EventHandler

AddHandler instance.Invalidated, handler
event EventHandler Invalidated
 event EventHandler^ Invalidated {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract Invalidated : IEvent<EventHandler,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.