Interface IClosingNotification
Interface for registering for close notification
Namespace: Phoenix.Views
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public interface IClosingNotification
Methods
View SourceClosed(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. |
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. |