Keysight Pathwave 89600 VSA .NET API
NewItems Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > RemoteCollectionChangedEventArgs Class : NewItems Property


Glossary Item Box

Gets the list of new items involved in the change.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property NewItems As IList(Of RemotableObject)
C# 
public IList<RemotableObject> NewItems {get;}
C++/CLI 
public:
property IList<RemotableObject^>^ NewItems {
   IList<RemotableObject^>^ get();
}

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also