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.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface IMVCSupportsApplyCallback
The IMVCSupportsApplyCallback type exposes the following members.
Events | Name | Description |
---|
| SuccessfullyApplied |
Occurs when the controller has sucessfully executed the apply function.
|
TopSee Also