Table of Contents

Class WindowEventArgs

Namespace
Whim
Assembly
Whim.dll
Base event arguments for when a IWindow has had something happen to it.
public abstract class WindowEventArgs : EventArgs
Inheritance
WindowEventArgs
Derived
Inherited Members

Properties

Window

The IWindow that had something happen to it.
public required IWindow Window { get; init; }

Property Value

IWindow