Xceed DataGrid for Silverlight Documentation
OldItems Property


Gets the list of items affected by the change.
Syntax
'Declaration
 
Public ReadOnly Property OldItems As IList(Of Object)
'Usage
 
Dim instance As DataSourceChangedEventArgs
Dim value As IList(Of Object)
 
value = instance.OldItems
public IList<object> OldItems {get;}

Property Value

An IList<object> of items affected by the change.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataSourceChangedEventArgs Class
DataSourceChangedEventArgs Members

Send Feedback