FocusChangeEvent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |