Click or drag to resize

RuntimeManagerScreenIsOpenOccurred Event

Occurs when a ScreenIsOpen 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 ScreenIsOpenOccurredHandler ScreenIsOpenOccurred

Value

Type: OpenTestSystem.Otx.Runtime.Api.EventScreenIsOpenOccurredHandler

Implements

IRuntimeManagerScreenIsOpenOccurred
See Also