MoveEventArgs.ToIndex Property

Gets the index to which to move the event data specified by FromIndex.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Property ToIndex As Integer 
    Get
'Usage
Dim instance As MoveEventArgs 
Dim value As Integer 

value = instance.ToIndex
public int ToIndex { get; }
public:
property int ToIndex {
    int get ();
}
member ToIndex : int
function get ToIndex () : int

Property Value

Type: System.Int32
The index to which to move the event data specified by FromIndex.

See Also

Reference

MoveEventArgs Class

Microsoft.AnalysisServices Namespace