OpcDialogResponseMethodNode.DialogResponseCallback Delegate

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

Passes the selected response option and ends the dialog.

C#

[CLSCompliant(false)]
public delegate void DialogResponseCallback([OpcArgument("SelectedResponse", Description = "The index of the respone option item selected.")] int selectedResponse);


Attributes CLSCompliantAttribute


Parameters

selectedResponse Int32

The selected index of the item in the ResponseOptions.

Remarks

This method does provide the following OpcResult information: * BadDialogNotActive * BadDialogResponseInvalid