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


Glossary Item Box

This event is invoked each time property info (such as ValidValues, IsEnabled, etc.) changes for a property.

Syntax

Visual Basic (Declaration) 
Event PropertyInfoChanged As EventHandler(Of PropertyInfoChangedEventArgs)
C# 
event EventHandler<PropertyInfoChangedEventArgs> PropertyInfoChanged
C++/CLI 
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