AddEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |