C1.Silverlight.Schedule.5
ListChangedEventArgs Constructor(ListChangedType,Int32)

A ListChangedType value indicating the type of change.
The index of the item that was added, changed, or removed.
Initializes a new instance of the ListChangedEventArgs class given the type of change and the index of the affected item.
Syntax
'Declaration
 
Public Function New( _
   ByVal listChangedType As ListChangedType, _
   ByVal newIndex As System.Integer _
)
public ListChangedEventArgs( 
   ListChangedType listChangedType,
   System.int newIndex
)

Parameters

listChangedType
A ListChangedType value indicating the type of change.
newIndex
The index of the item that was added, changed, or removed.
See Also

Reference

ListChangedEventArgs Class
ListChangedEventArgs Members
Overload List

 

 


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