Show / Hide Table of Contents

Interface IClosingNotification

Interface for registering for close notification

Namespace: Phoenix.Views
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public interface IClosingNotification

Methods

View Source

Closed(EventArgs)

Called when the IClosingListener is closed.

Declaration
void Closed(EventArgs eventArgs)
Parameters
Type Name Description
System.EventArgs eventArgs

An System.EventArgs that contains the event data.

View Source

Closing(CancelEventArgs)

Called when the IClosingListener is closing.

Declaration
void Closing(CancelEventArgs eventArgs)
Parameters
Type Name Description
System.ComponentModel.CancelEventArgs eventArgs

A System.ComponentModel.CancelEventArgs that contains the event data.

  • View Source
In This Article
Back to top Generated by DocFX