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


propertyName
The name of the property whose value has changed.

Glossary Item Box

Initializes a new instance of the RemotePropertyChangedEventArgs class.

Syntax

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

Parameters

propertyName
The name of the property whose value has changed.

Requirements

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

See Also