CollectionChangeEventHandler Delegate

Represents the method that will handle the OnCollectionChange event.

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
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 支持委托的使用,但不支持新委托的声明。

参数

  • sender
    Represents the event calling the object.

备注

新增日期:2006 年 7 月 17 日

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.AnalysisServices Namespace