Click or drag to resize

IMVCController Interface

The interface that a controller of the MVC (Model-View-Controller) model must implement.

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

The IMVCController type exposes the following members.

Properties
 NameDescription
Public propertyModelObject Returns the model (document) that this controller manages.
Public propertyViewObject Returns the Gui element that shows the model to the user.
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Top
See Also