CollectionChangeEventHandler Delegate

Represents the method that will handle the OnCollectionChange event.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
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 prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.

Paramètres

  • sender
    Represents the event calling the object.

Notes

Nouveau :17 juillet 2006

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.AnalysisServices Namespace