Xceed DataGrid for Silverlight Documentation
NewItems Property


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

Property Value

An IList<object> containing the list of new items involved in 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