OpcDialogRequestedEventArgs Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcDialogRequestedEventArgs type exposes the following members.

OpcDialogRequestedEventArgs(OpcDialogCondition)

Initializes a new instance of the OpcDialogRequestedEventArgs class using the specified dialog.

C#

public OpcDialogRequestedEventArgs(OpcDialogCondition dialog)


Parameters

dialog OpcDialogCondition

The OpcDialogCondition which is requesting the dialog.


Exceptions

ArgumentNullException

The dialog is a null reference (Nothing in Visual Basic).

Dialog

Gets the data of the event which is requesting the dialog.

C#

public OpcDialogCondition Dialog { get; }


Property Value

OpcDialogCondition

The OpcDialogCondition representing the dialog event information.

SelectedResponse

Gets or sets the index of the response option selected.

C#

public int SelectedResponse { get; set; }


Property Value

Int32

The index of one of the ResponseOptions supported by the Dialog or -1 if there is no response option selected. The value -1 is the default value.