Classe CollectionChangeEventArgs
Provides data for the collection changed event.
Gerarchia di ereditarietà
System.Object
System.EventArgs
Microsoft.AnalysisServices.CollectionChangeEventArgs
Microsoft.AnalysisServices.AddEventArgs
Microsoft.AnalysisServices.MoveEventArgs
Microsoft.AnalysisServices.RemoveEventArgs
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
Nel tipo CollectionChangeEventArgs sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Element | Returns data at a collection changed event. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Novità: 17 luglio 2006
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.