Table of Contents

Event Accepting

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Cancelable event raised when the user is accepting the state of the View and the Accept has been invoked. Set CommandEventArgs.Cancel to cancel the event.

public event EventHandler<CommandEventArgs>? Accepting

Returns

EventHandler<CommandEventArgs>
Cancelable event raised when the user is accepting the state of the View and the has been invoked. Set CommandEventArgs.Cancel to cancel the event.

Remarks

See RaiseAccepting(CommandContext) for more information.