Table of Contents

Class WindowFocusedEventArgs

Namespace
Whim
Assembly
Whim.dll
Event arguments for when the focused window has changed. When Window is null, then Whim does not track the focused window.
public class WindowFocusedEventArgs : EventArgs
Inheritance
WindowFocusedEventArgs
Inherited Members

Properties

Window

The IWindow that is now focused. If null, then Whim does not track the focused window.
public IWindow? Window { get; init; }

Property Value

IWindow