QuickOPC User's Guide and Reference
Arguments Property (EasyAENotificationEventArgs)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > EasyAENotificationEventArgs Class : Arguments Property
Holds arguments that were used to subscribe to events in an OPC-A&E server.
Syntax
'Declaration
 
Public Property Arguments As EasyAEEventsSubscriptionArguments
'Usage
 
Dim instance As EasyAENotificationEventArgs
Dim value As EasyAEEventsSubscriptionArguments
 
instance.Arguments = value
 
value = instance.Arguments
public EasyAEEventsSubscriptionArguments Arguments {get; set;}
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