Table of Contents

Method OnIsRunningChanged

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

OnIsRunningChanged(bool)

Called after IsRunning has changed. Override for post-state-change logic.

protected virtual void OnIsRunningChanged(bool newIsRunning)

Parameters

newIsRunning bool

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

Remarks

Default implementation does nothing. Overrides should call base to ensure extensibility.