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 successfully apply.

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

The IMVCSupportsApplyCallback type exposes the following members.

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