Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Used to receive notifications when the dialog receives a response.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public delegate ServiceResult DialogResponseEventHandler(
	ISystemContext context,
	DialogConditionState dialog,
	int selectedResponse
)
Visual Basic
Public Delegate Function DialogResponseEventHandler ( _
	context As ISystemContext, _
	dialog As DialogConditionState, _
	selectedResponse As Integer _
) As ServiceResult
Visual C++
public delegate ServiceResult^ DialogResponseEventHandler(
	ISystemContext^ context, 
	DialogConditionState^ dialog, 
	int selectedResponse
)

Parameters

context
Type: Opc.Ua..::..ISystemContext
dialog
Type: DialogConditionState
selectedResponse
Type: System..::..Int32

See Also