Click or drag to resize

IRefreshable Interface

Provides the method to refresh a controller and the corresponding view.

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

The IRefreshable type exposes the following members.

Methods
 NameDescription
Public methodRefresh Refresh a controller and the corresponding view. Use this if the document has changed outside of the controller, but the controller has no way to determine when the document has changed.
Top
See Also