OpcTypeResolveEventHandler Delegate

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

Represents the method that will handle events used to resolve missing Type information.

C#

public delegate void OpcTypeResolveEventHandler(object sender, OpcTypeResolveEventArgs e);


Parameters

sender Object

The source of the event.

e OpcTypeResolveEventArgs

An instance of the OpcTypeResolveEventArgs class containing the information to use to resolve the missing Type.