Table of Contents

Event Activated

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

Event raised when the user has performed an action (e.g. Activate) causing the View to change state or preparing it for interaction.

public event EventHandler<EventArgs<ICommandContext?>>? Activated

Returns

EventHandler<EventArgs<ICommandContext>>
Event raised when the user has performed an action (e.g. ) causing the View to change state or preparing it for interaction.