LEADTOOLS (Leadtools assembly)

NewItems Property

Show in webframe







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

            

            
 get_NewItems(); 
public:
property IList<Object^>^ NewItems {
   IList<Object^>^ get();
}

Property Value

A list of new items involved in the change.
Requirements

Target Platforms

See Also

Reference

NotifyLeadCollectionChangedEventArgs Class
NotifyLeadCollectionChangedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.