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


Glossary Item Box

Event that indicates that information (IPropertyInfo) about a property has changed.

Syntax

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

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.  

Requirements

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

See Also