MoveEventArgs.FromIndex Property

Gets the index of the event data to be moved.

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

Syntax

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

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

Property Value

Type: System.Int32
The index of the event data to be moved.

See Also

Reference

MoveEventArgs Class

Microsoft.AnalysisServices Namespace