IMsProblemCalculationCallback

Assembly: Ms;

Description

The IMsproblemCalculationCallback interface contains methods that implement modeling container events.

Inheritance Hierarchy

          IMsProblemCalculationCallback

Comments

To use, all interface methods should be redetermined in the custom class which inherits from the MsProblemCalculationCallback class. Created class is modeling problem event handler and is determined in the IMsProblemCalculationSettings.Callback property.

Methods

  Method name Brief description
The OnBeforeSaveData method implements the event that occurs before saving data.
The OnBreak method implements the event that occurs on triggering the breakpoint during modeling problem calculation.
The OnError method implements the event that occurs on occurring an error during problem calculation in modeling container.
The OnFinish method implements the event that occurs on completing problem calculation in modeling container.
The OnMessage method implements an event that occurs on initializing a step during problem calculation in modeling container.
The OnModelCalculation method implements the event that occurs before model calculation starts.
The OnSaveData method implements the event that occurs after saving data.
The OnStageFinish method implements an event that occurs after executing any stage of modeling problem.
The OnStageStart method implements an event that occurs at the beginning of executing any stage of modeling problem.
The OnStep method implements an event that occurs on step-by-step transition on problem calculation in modeling container.
The OnWarning method implements the event for displaying a warning on modeling problem calculation.

See also:

Ms Assembly Interfaces