Click or drag to resize

InfoWarningErrorMessageControllerCreateMemento Method

Creates a new memento from the state.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Object CreateMemento()

Return Value

Object
An object representing the state. This object should be serializable.

Implements

IMementoCapableCreateMemento
See Also