CollectionChangeEventHandler Delegate

Represents the method that will handle the OnCollectionChange event.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
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 supports the use of delegates, but not the declaration of new ones.

Parameters

  • sender
    Represents the event calling the object.

Remarks

New:17 July 2006

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.AnalysisServices Namespace