Table of Contents

Method DefaultActivateHandler

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

DefaultActivateHandler(ICommandContext?)

Called when the user is activating the View and Activate has been invoked.

public bool? DefaultActivateHandler(ICommandContext? ctx)

Parameters

ctx ICommandContext

The command context.

Returns

bool?

true if the command was handled; otherwise, false.