MoveEventArgs Class

Definition

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.

Applies to