Expand Minimize
This topic has not yet been rated - Rate this topic

CollectionChangeEventHandler Delegate

Represents the method that will handle the OnCollectionChange event.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public delegate void CollectionChangeEventHandler(
	Object sender,
	CollectionChangeEventArgs e
)

Parameters

sender
Type: System.Object
Represents the event calling the object.
e
Type: Microsoft.AnalysisServices.CollectionChangeEventArgs
Specifies the CollectionChangeEventArgs that contains the event data.

New: 17 July 2006

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.