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
public IWindow? Window { get; init; }