Leadtools Namespace > NotifyLeadCollectionChangedEventArgs Class : NewItems Property |
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
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <object> NewItems {get;}
get_NewItems();
public: property IList<Object^>^ NewItems { IList<Object^>^ get(); }