Classe CollectionChangeEventArgs
Provides data for the collection changed event.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public MustInherit Class CollectionChangeEventArgs _
Inherits EventArgs
'Uso
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
Comentários
Novo: 17 de julho de 2006
Hierarquia de herança
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.AnalysisServices..::..CollectionChangeEventArgs
Microsoft.AnalysisServices. . :: . .AddEventArgs
Microsoft.AnalysisServices. . :: . .MoveEventArgs
Microsoft.AnalysisServices. . :: . .RemoveEventArgs
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.