Keysight Pathwave 89600 VSA .NET API
NotifyPropertyInfoChangedWrapper Constructor(IRemoteNotifyPropertyInfoChanged)
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > NotifyPropertyInfoChangedWrapper Class > NotifyPropertyInfoChangedWrapper Constructor : NotifyPropertyInfoChangedWrapper Constructor(IRemoteNotifyPropertyInfoChanged)


obj
The remote object to monitor for PropertyInfoChanged events.

Glossary Item Box

Initializes a new instance of the NotifyPropertyInfoChangedWrapper class that will monitor the supplied remote object for PropertyInfoChanged events.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal obj As IRemoteNotifyPropertyInfoChanged _
)
C# 
public NotifyPropertyInfoChangedWrapper( 
   IRemoteNotifyPropertyInfoChanged obj
)
C++/CLI 
public:
NotifyPropertyInfoChangedWrapper( 
   IRemoteNotifyPropertyInfoChanged^ obj
)

Parameters

obj
The remote object to monitor for PropertyInfoChanged events.

Remarks

When using this constructor, monitoring of the remote object will not start until a handler is connected to the PropertyInfoChanged event exposed by this wrapper.

Requirements

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

See Also