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.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic interface IMVCSupportsApplyCallback
The IMVCSupportsApplyCallback type exposes the following members.
Events| | Name | Description |
|---|
 | SuccessfullyApplied |
Occurs when the controller has successfully executed the apply function.
|
Top
See Also