Show / Hide Table of Contents

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 Source

OnClosing()

Performs actions when the instance is closed.

Declaration
void OnClosing()

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX