Table of Contents

Event Activating

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

Cancelable event raised when the user has performed an action (e.g. Activate) causing the View to change state or preparing it for interaction. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.

public event EventHandler<CommandEventArgs>? Activating

Returns

EventHandler<CommandEventArgs>
Cancelable event raised when the user has performed an action (e.g. ) causing the View to change state or preparing it for interaction. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.