Table of Contents

Method OnAccepted

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

OnAccepted(CommandEventArgs)

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

protected override void OnAccepted(CommandEventArgs args)

Parameters

args CommandEventArgs

The event arguments.

Remarks

Unlike OnAccepting(CommandEventArgs), this method is called after the View has been accepted and cannot cancel the operation.