Show / Hide Table of Contents

Interface IHandleOnClosingEvent

Determines whether or not the tab should prevent closing.

Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.Shared.dll
Syntax
public interface IHandleOnClosingEvent

Methods

View Source

ShouldCancelClosing(CancelEventArgs)

Determines whether or not the tab should prevent closing.

Declaration
bool ShouldCancelClosing(CancelEventArgs e)
Parameters
Type Name Description
CancelEventArgs e

The event arguments.

Returns
Type Description
bool

True if it should cancel.

  • View Source
In this article
Back to top Generated by DocFX