Table of Contents

Method RaiseIsModalChangedEvent

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

RaiseIsModalChangedEvent(bool)

Called by the framework to raise the IsModalChanged event.

public void RaiseIsModalChangedEvent(bool newIsModal)

Parameters

newIsModal bool

The new value of IsModal (true = became modal/top, false = no longer modal).

Remarks

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