RemoveEventArgs Class

Definition

Represents a class that removes the event data.

public sealed class RemoveEventArgs : Microsoft.AnalysisServices.CollectionChangeEventArgs
type RemoveEventArgs = class
    inherit CollectionChangeEventArgs
Public NotInheritable Class RemoveEventArgs
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