Table of Contents

Class ExitEventArgs

Namespace
Whim
Assembly
Whim.dll
Event arguments for the Exiting event.
public class ExitEventArgs : EventArgs
Inheritance
ExitEventArgs
Inherited Members

Properties

Message

A string describing the reason why Whim has been shut down.
public string? Message { get; init; }

Property Value

string

Reason

The reason why Whim has been shut down.
public required ExitReason Reason { get; init; }

Property Value

ExitReason