OpcDialogRequestedEventHandler Delegate

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

Represents the method that will handle DialogRequested events.

C#

public delegate void OpcDialogRequestedEventHandler(object sender, OpcDialogRequestedEventArgs e);


Parameters

sender Object

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

e OpcDialogRequestedEventArgs

An instance of the OpcDialogRequestedEventArgs class containing the event data.