Keysight Pathwave 89600 VSA .NET API
RemotePropertyInfoChanged Event
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > IRemoteNotifyPropertyInfoChanged Interface : RemotePropertyInfoChanged Event


Glossary Item Box

This event is used internally to propagate IPropertyInfo.PropertyInfoChanged events across the remoting boundary. See NotifyPropertyInfoChangedWrapper for a description of how to receive IPropertyInfo.PropertyInfoChanged events for a given object.

Syntax

Visual Basic (Declaration) 
Event RemotePropertyInfoChanged As EventHandler(Of PropertyInfoChangedEventArgs)
C# 
event EventHandler<PropertyInfoChangedEventArgs> RemotePropertyInfoChanged
C++/CLI 
event EventHandler<PropertyInfoChangedEventArgs^>^ RemotePropertyInfoChanged

Event Data

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

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

Requirements

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

See Also