AddEventArgs Class

Definition

Provides information about the arguments used in the Add event over a collection for which the CollectionChangeEventHandler has been enabled.

public sealed class AddEventArgs : Microsoft.AnalysisServices.CollectionChangeEventArgs
type AddEventArgs = class
    inherit CollectionChangeEventArgs
Public NotInheritable Class AddEventArgs
Inherits CollectionChangeEventArgs
Inheritance

Properties

Element

Gets the element that caused the change event.

(Inherited from CollectionChangeEventArgs)
Index

Gets the index in the collection associated with the change event

Applies to