Classe MoveEventArgs
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class MoveEventArgs _
Inherits CollectionChangeEventArgs
'Uso
Dim instance As MoveEventArgs
public sealed class MoveEventArgs : CollectionChangeEventArgs
public ref class MoveEventArgs sealed : public CollectionChangeEventArgs
[<SealedAttribute>]
type MoveEventArgs =
class
inherit CollectionChangeEventArgs
end
public final class MoveEventArgs extends CollectionChangeEventArgs
Hierarquia de herança
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.AnalysisServices. . :: . .CollectionChangeEventArgs
Microsoft.AnalysisServices..::..MoveEventArgs
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.