FocusChangeEvent Struct

Definition

Represents a change of the window in focus.

public struct FocusChangeEvent
type FocusChangeEvent = struct
Public Structure FocusChangeEvent
Inheritance
FocusChangeEvent

Properties

EnteringFocusThreadId

Gets a value that indicates the ID of the thread that is entering focus.

LeavingFocusThreadId

Gets a value that indicates the ID of the thread that is leaving focus.

Timestamp

Gets the timestamp at which the FocusChange event was logged in the trace.

Applies to