Partager via


Classe MoveEventArgs

Represents an event data to move.

Hiérarchie d'héritage

System.Object
  System.EventArgs
    Microsoft.AnalysisServices.CollectionChangeEventArgs
      Microsoft.AnalysisServices.MoveEventArgs

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MoveEventArgs _
    Inherits CollectionChangeEventArgs
'Utilisation
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

Le type MoveEventArgs expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Element Returns data at a collection changed event. (hérité de CollectionChangeEventArgs.)
Propriété publique FromIndex Gets the index of the event data to be moved.
Propriété publique ToIndex Gets the index to which to move the event data specified by FromIndex.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices