Click or drag to resize

RuntimeManagerConfirmDialogOccurred Event

Occurs when a ConfirmDialog occurs. If this event is register, the user is responsible for the handling and the OTX runtime does nothing.

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public event ConfirmDialogOccurredHandler ConfirmDialogOccurred

Value

Type: OpenTestSystem.Otx.Runtime.Api.EventConfirmDialogOccurredHandler

Implements

IRuntimeManagerConfirmDialogOccurred
See Also