AddEventArgs Class
Applies To: SQL Server (starting with 2016)
Provides information about the arguments used in the Add event over a collection for which the CollectionChangeEventHandler has been enabled.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
System::Object
System::EventArgs
Microsoft.AnalysisServices::CollectionChangeEventArgs
Microsoft.AnalysisServices::AddEventArgs
System::EventArgs
Microsoft.AnalysisServices::CollectionChangeEventArgs
Microsoft.AnalysisServices::AddEventArgs
| Name | Description | |
|---|---|---|
![]() | Element | Returns data at a collection changed event.(Inherited from CollectionChangeEventArgs.) |
![]() | Index | Gets the number of arguments in the Add event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

