MoveEventArgs Class
Represents an event data to move.
System.Object
System.EventArgs
Microsoft.AnalysisServices.CollectionChangeEventArgs
Microsoft.AnalysisServices.MoveEventArgs
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Declaration
Public NotInheritable Class MoveEventArgs _
Inherits CollectionChangeEventArgs
'Usage
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
The MoveEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Element | Returns data at a collection changed event. (Inherited from 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. |
Top
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.