Classe AddEventArgs
Provides information about the arguments used in the Add event over a collection for which the CollectionChangeEventHandler has been enabled.
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
Osservazioni
Nuovo: 17 luglio 2006
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.AnalysisServices. . :: . .CollectionChangeEventArgs
Microsoft.AnalysisServices..::..AddEventArgs
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.