Interface IClosingAware
Interface definition that is called when the view is closed.
Namespace: Sartorius.SAF.Presentation.Infrastructure
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IClosingAware
Remarks
This interface is usually implemented in ViewModels to do import things (for example save data).
Methods
View SourceOnClosing()
Performs actions when the instance is closed.
Declaration
void OnClosing()