Event NotifyStopRunState
Notify that a existent Application.RunState is stopping (End(RunState) was called).
public static event Action<Toplevel> NotifyStopRunState
Returns
Remarks
If ExitRunLoopAfterFirstIteration is true callers to Begin(Toplevel) must also subscribe to NotifyStopRunState and manually dispose of the Application.RunState token when the application is done.