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 SourceShouldCancelClosing(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. |