Classe MoveEventArgs
Represents an event data to move.
Gerarchia di ereditarietà
System.Object
System.EventArgs
Microsoft.AnalysisServices.CollectionChangeEventArgs
Microsoft.AnalysisServices.MoveEventArgs
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MoveEventArgs _
Inherits CollectionChangeEventArgs
'Utilizzo
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
Nel tipo MoveEventArgs sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Element | Returns data at a collection changed event. Ereditato da CollectionChangeEventArgs. | |
FromIndex | Gets the index of the event data to be moved. | |
ToIndex | Gets the index to which to move the event data specified by FromIndex. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
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.