Share via


AddEventArgs Clase

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public NotInheritable Class AddEventArgs _
    Inherits CollectionChangeEventArgs
'Uso
Dim instance As AddEventArgs
public sealed class AddEventArgs : CollectionChangeEventArgs
public ref class AddEventArgs sealed : public CollectionChangeEventArgs
[<SealedAttribute>]
type AddEventArgs =  
    class
        inherit CollectionChangeEventArgs
    end
public final class AddEventArgs extends CollectionChangeEventArgs

Notas

Nuevo: 17 de julio de 2006

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.AnalysisServices. . :: . .CollectionChangeEventArgs
      Microsoft.AnalysisServices..::..AddEventArgs

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.