WaitForEventResult 结构

定义

等待事件发生后生成的对象。

public struct WaitForEventResult
type WaitForEventResult = struct
Public Structure WaitForEventResult
继承
WaitForEventResult

字段

EventTypes

检测到的事件类型。 当列出到上升和下降边缘时,这特别有用,其中它将指示哪种类型的边缘被看到。

TimedOut

如此 如果等待事件超时。如果事件在超时过期前触发,则为 False。

适用于