MoveEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an event data to a move.
public sealed class MoveEventArgs : Microsoft.AnalysisServices.CollectionChangeEventArgs
type MoveEventArgs = class
inherit CollectionChangeEventArgs
Public NotInheritable Class MoveEventArgs
Inherits CollectionChangeEventArgs
- Inheritance
Properties
Element |
Gets the element that caused the change 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. |