Table of Contents

Method RaiseActivated

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

RaiseActivated(ICommandContext?)

Raises the OnActivated(ICommandContext?)/Activated event indicating the View has been activated. This is called after Activated has been raised and not cancelled.

protected void RaiseActivated(ICommandContext? ctx)

Parameters

ctx ICommandContext

The command context.

Remarks

Unlike Activating, this event cannot be cancelled. It is raised after the View has activated.

See Also