Connectivity Software User's Guide and Reference
EffectivePermissionAssignmentChanged Event



OpcLabs.ServerOpcUA Assembly > OpcLabs.EasyOpc.UA.NodeSpace Namespace > UAServerNode Class : EffectivePermissionAssignmentChanged Event
Raised when the effective permission assignment of this node has changed.
Syntax
'Declaration
 
Public Event EffectivePermissionAssignmentChanged As EventHandler
'Usage
 
Dim instance As UAServerNode
Dim handler As EventHandler
 
AddHandler instance.EffectivePermissionAssignmentChanged, handler
public event EventHandler EffectivePermissionAssignmentChanged
public:
event EventHandler^ EffectivePermissionAssignmentChanged
Remarks

This event is raised when the EffectivePermissionAssignment property changes, which can occur when the local PermissionAssignment is modified, when the PermissionsInheritanceType changes, or when inherited permissions from the parent node or namespace change.

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