C1.Silverlight.Olap.5
ListChangedEventArgs Constructor

ListChangedType that describes the change.
Index of the item affected by the change.
Old index of an item that has been moved.
Initializes a new instance of a ListChangedEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As ListChangedType, _
   ByVal newIndex As System.Integer, _
   ByVal oldIndex As System.Integer _
)
public ListChangedEventArgs( 
   ListChangedType type,
   System.int newIndex,
   System.int oldIndex
)

Parameters

type
ListChangedType that describes the change.
newIndex
Index of the item affected by the change.
oldIndex
Old index of an item that has been moved.
See Also

Reference

ListChangedEventArgs Class
ListChangedEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.