Table of Contents

Method RaiseIsRunningChangedEvent

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

RaiseIsRunningChangedEvent(bool)

Called by the framework to raise the IsRunningChanged event.

void RaiseIsRunningChangedEvent(bool newIsRunning)

Parameters

newIsRunning bool

The new value of IsRunning (true = started, false = stopped).

Remarks

This method is called after the state change has occurred and cannot be canceled.