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


Glossary Item Box

Gets the list of items affected by a Replace, Remove, or Move action.

Syntax

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

Requirements

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

See Also