OpcNodeAddedEventHandler Delegate

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

Represents the method that will handle BeforeAdded and AfterAdded events.

C#

public delegate void OpcNodeAddedEventHandler(object sender, OpcNodeAddedEventArgs e)


Parameters

sender Object

The source of the event (typically an instance of the OpcNode class).

e OpcNodeAddedEventArgs

An instance of the OpcNodeAddedEventArgs class containing the event data.