MoveEventArgs Class
Applies To: SQL Server (starting with 2016)
Represents an event data to move.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
System::Object
System::EventArgs
Microsoft.AnalysisServices::CollectionChangeEventArgs
Microsoft.AnalysisServices::MoveEventArgs
System::EventArgs
Microsoft.AnalysisServices::CollectionChangeEventArgs
Microsoft.AnalysisServices::MoveEventArgs
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

