Table of Contents

Method OnActivating

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

OnActivating(CommandEventArgs)

Called 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 and return true to indicate the event was handled and processing should stop.

protected virtual bool OnActivating(CommandEventArgs args)

Parameters

args CommandEventArgs

The event arguments.

Returns

bool

true to stop processing.