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

Glossary Item Box

The following tables list the members exposed by RemoteCollectionChangedEventArgs.

Public Constructors

 NameDescriptionMinimum SW Version
Public ConstructorRemoteCollectionChangedEventArgs ConstructorInitializes a new instance of the RemoteCollectionChangedEventArgs class.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyActionGets the action that caused the event.  
Public PropertyNewItemsGets the list of new items involved in the change.  
Public PropertyNewStartingIndexGets the index at which the change occurred.  
Public PropertyOldItemsGets the list of items affected by a Replace, Remove, or Move action.  
Public PropertyOldStartingIndexGets the index at which a Move, Remove, or Replace action occurred.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

See Also