QuickOPC User's Guide and Reference
PropertyChanged Event (DAGroupParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAGroupParameters Class : PropertyChanged Event
Raised when a property is changed on a component.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
 
Dim instance As DAGroupParameters
Dim handler As PropertyChangedEventHandler
 
AddHandler instance.PropertyChanged, handler
[Browsable(false)]
public event PropertyChangedEventHandler PropertyChanged
[Browsable(false)]
public:
event PropertyChangedEventHandler^ PropertyChanged
Event Data

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

PropertyDescription
 
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also