Keysight Pathwave 89600 VSA .NET API
RemotePropertyInfoChanged Event
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > RemotableObject Class : RemotePropertyInfoChanged Event


Glossary Item Box

Occurs when secondary information about a property, such as limits, changes.

Syntax

Visual Basic (Declaration) 
Public Event RemotePropertyInfoChanged As EventHandler(Of PropertyInfoChangedEventArgs)
C# 
public event EventHandler<PropertyInfoChangedEventArgs> RemotePropertyInfoChanged
C++/CLI 
public:
event EventHandler<PropertyInfoChangedEventArgs^>^ RemotePropertyInfoChanged

Event Data

The event handler receives an argument of type PropertyInfoChangedEventArgs containing data related to this event. The following PropertyInfoChangedEventArgs properties provide information specific to this event.

PropertyDescription
PropertyNameGets the name of the property whose information has changed.  

Remarks

The RemotePropertyInfoChanged event is a remotable version of the PropertyInfoChanged event. This event is used internally by the Keysight 89600 VSA software to propagate PropertyInfoChanged events to client applications. See NotifyPropertyInfoChangedWrapper for details on how to receive PropertyInfoChanged events.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 14.00

See Also