Share via


Classe CollectionChangeEventArgs

Provides data for the collection changed event.

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public MustInherit Class CollectionChangeEventArgs _
    Inherits EventArgs
'Utilizzo
Dim instance As CollectionChangeEventArgs
public abstract class CollectionChangeEventArgs : EventArgs
public ref class CollectionChangeEventArgs abstract : public EventArgs
[<AbstractClassAttribute>]
type CollectionChangeEventArgs =  
    class
        inherit EventArgs
    end
public abstract class CollectionChangeEventArgs extends EventArgs

Osservazioni

Nuovo: 17 luglio 2006

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.