Keysight Pathwave 89600 VSA .NET API
RemotePropertyChanged Event
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > RemotableObject Class : RemotePropertyChanged Event


Glossary Item Box

Occurs when a property value changes.

Syntax

Visual Basic (Declaration) 
Public Event RemotePropertyChanged As EventHandler(Of RemotePropertyChangedEventArgs)
C# 
public event EventHandler<RemotePropertyChangedEventArgs> RemotePropertyChanged
C++/CLI 
public:
event EventHandler<RemotePropertyChangedEventArgs^>^ RemotePropertyChanged

Event Data

The event handler receives an argument of type RemotePropertyChangedEventArgs containing data related to this event. The following RemotePropertyChangedEventArgs properties provide information specific to this event.

PropertyDescription
PropertyNameGets the name of the property value whose name has changed.  

Remarks

The RemotePropertyChanged event is a remotable version of the PropertyChanged event. This event is used internally by the Keysight 89600 VSA software to propagate PropertyChanged events to client applications. See NotifyPropertyChangedWrapper for details on how to receive PropertyChanged events.

Requirements

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

See Also