Error processing SSI file
LEADTOOLS (Leadtools assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

NewItems Property








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

Property Value

A list of new items involved in the change.
Requirements

Target Platforms

See Also

Reference

NotifyLeadCollectionChangedEventArgs Class
NotifyLeadCollectionChangedEventArgs Members

Error processing SSI file