Keysight Pathwave 89600 VSA .NET API
NotifyPropertyChangedWrapper Constructor(IRemoteNotifyPropertyChanged,PropertyChangedEventHandler)
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > NotifyPropertyChangedWrapper Class > NotifyPropertyChangedWrapper Constructor : NotifyPropertyChangedWrapper Constructor(IRemoteNotifyPropertyChanged,PropertyChangedEventHandler)


obj
The remote object to monitor for PropertyChanged events.
callback
A delegate of type System.ComponentModel.PropertyChangedEventHandler that will be invoked when any public property on obj changes.

Glossary Item Box

Initializes a new instance of the NotifyPropertyChangedWrapper class that will monitor the supplied remote object for PropertyChanged events and call the supplied delegate when such events occur.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal obj As IRemoteNotifyPropertyChanged, _
   ByVal callback As PropertyChangedEventHandler _
)
C# 
public NotifyPropertyChangedWrapper( 
   IRemoteNotifyPropertyChanged obj,
   PropertyChangedEventHandler callback
)
C++/CLI 
public:
NotifyPropertyChangedWrapper( 
   IRemoteNotifyPropertyChanged^ obj,
   PropertyChangedEventHandler^ callback
)

Parameters

obj
The remote object to monitor for PropertyChanged events.
callback
A delegate of type System.ComponentModel.PropertyChangedEventHandler that will be invoked when any public property on obj changes.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 14.00

See Also