Click or drag to resize

IApplyController Interface

This interface can be used by all controllers where the user input needs to be applied to the document being controlled.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IApplyController

The IApplyController type exposes the following members.

Methods
 NameDescription
Public methodApply Called when the user input has to be applied to the document being controlled. Returns true if Apply is successfull.
Public methodRevert Try to revert changes to the model, i.e. restores the original state of the model.
Top
See Also