OpcMonitoredItemEventArgs Class

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll

Provides the event data for the MonitoredItemCreated, MonitoredItemDeleted and MonitoredItemModified event.

C#

public class OpcMonitoredItemEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcMonitoredItemEventArgs

Name Description
OpcMonitoredItemEventArgs(OpcContext, OpcMonitoredItem, IOpcNode) Initializes a new instance of the OpcMonitoredItemEventArgs using the context, item and node specified.
Name Description
Context Gets the information of the environment used to create, delete or modify the Item.
Item Gets the monitored item affected by the event.
Node Gets the node which is observed by the monitored Item.