OpcDialogRequestedEventArgs Class

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

Provides the event data for the DialogRequested event.

C#

public class OpcDialogRequestedEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcDialogRequestedEventArgs

Name Description
OpcDialogRequestedEventArgs(OpcDialogCondition) Initializes a new instance of the OpcDialogRequestedEventArgs class using the specified dialog.
Name Description
Dialog Gets the data of the event which is requesting the dialog.
SelectedResponse Gets or sets the index of the response option selected.