Click or drag to resize

IMVCSupportsApplyCallback Interface

Interface that can be optionally implemented by controllers to support some actions when the controller's Apply function is successfully executed. The controller has to call the event SuccessfullyApplied after each successful apply.

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

The IMVCSupportsApplyCallback type exposes the following members.

Events
 NameDescription
Public eventSuccessfullyApplied Occurs when the controller has successfully executed the apply function.
Top
See Also