Keysight Pathwave 89600 VSA .NET API
PropertyInfoChangedEventArgs Constructor
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > PropertyInfoChangedEventArgs Class : PropertyInfoChangedEventArgs Constructor


propertyName
The name of the property whose information changed.

Glossary Item Box

Initializes a new instance of the PropertyInfoChangedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal propertyName As String _
)
C# 
public PropertyInfoChangedEventArgs( 
   string propertyName
)
C++/CLI 
public:
PropertyInfoChangedEventArgs( 
   String^ propertyName
)

Parameters

propertyName
The name of the property whose information changed.

Requirements

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

See Also