public Action<OdeResult> Listener { get; set; }
Public Property Listener As Action(Of OdeResult)
Get
Set
public:
property Action<OdeResult^>^ Listener {
Action<OdeResult^>^ get ();
void set (Action<OdeResult^>^ value);
}
member Listener : Action<OdeResult> with get, set
As the ODE is integrated, the specified handler is called for each integration step. This allows the handler to monitor progress toward the solution and to obtain intermediate values via interpolation.