Classe AddEventArgs
Provides information about the arguments used in the Add event over a collection for which the CollectionChangeEventHandler has been enabled.
Gerarchia di ereditarietà
System.Object
System.EventArgs
Microsoft.AnalysisServices.CollectionChangeEventArgs
Microsoft.AnalysisServices.AddEventArgs
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class AddEventArgs _
Inherits CollectionChangeEventArgs
'Utilizzo
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
Nel tipo AddEventArgs sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Element | Returns data at a collection changed event. Ereditato da CollectionChangeEventArgs. | |
Index | Gets the number of arguments in the Add event. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | 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.