Table of Contents

Method OnActivated

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

OnActivated(ICommandContext?)

Called when the View has been activated. This is called after Accepting has been raised and not cancelled.

protected virtual void OnActivated(ICommandContext? ctx)

Parameters

ctx ICommandContext

The event arguments.