The ProblemCalculationCallback class contains methods that implement modeling container events.
| Method name | Brief description | |
![]() |
OnBeforeSaveData | The OnBeforeSaveData method implements the event that occurs before saving data. |
![]() |
OnBeforeSaveDataEx | The OnBeforeSaveDataEx method implements the event that occurs before saving data with the ability to set additional saving parameters. |
![]() |
OnBreak | The OnBreak method implements the event that occurs on triggering the breakpoint during modeling problem calculation. |
![]() |
OnError | The OnError method implements the event that occurs on occurring an error during problem calculation in modeling container. |
![]() |
OnFinish | The OnFinish method implements the event that occurs on completing problem calculation in modeling container. |
![]() |
OnMessage | The OnMessage method implements an event that occurs on initializing a step during problem calculation in modeling container. |
![]() |
OnModelCalculation | The OnModelCalculation method implements the event that occurs before model calculation starts. |
![]() |
OnSaveData | The OnSaveData method implements the event that occurs after saving data. |
![]() |
OnStageFinish | The OnStageFinish method implements an event that occurs after executing any stage of modeling problem. |
![]() |
OnStageStart | The OnStageStart method implements an event that occurs at the beginning of executing any stage of modeling problem. |
![]() |
OnStep | The OnStep method implements an event that occurs on step-by-step transition on problem calculation in modeling container. |
![]() |
OnWarning | The OnWarning method implements the event for displaying a warning on modeling problem calculation. |
See also: