CollectionChangeEventHandler Delegate
Represents the method that will handle the OnCollectionChange event.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public Delegate Sub CollectionChangeEventHandler ( _
sender As Object, _
e As CollectionChangeEventArgs _
)
public delegate void CollectionChangeEventHandler (
Object sender,
CollectionChangeEventArgs e
)
public delegate void CollectionChangeEventHandler (
Object^ sender,
CollectionChangeEventArgs^ e
)
/** @delegate */
public delegate void CollectionChangeEventHandler (
Object sender,
CollectionChangeEventArgs e
)
JScript permite el uso de delegados, pero no la declaración de otros nuevos.
Parámetros
- sender
Represents the event calling the object.
- e
Specifies the CollectionChangeEventArgs that contains the event data.
Notas
Nuevo:17 de julio de 2006
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.