public Action<OdeResult> Listener { get; set; }Public Property Listener As Action(Of OdeResult)
	Get
	Setpublic:
property Action<OdeResult^>^ Listener {
	Action<OdeResult^>^ get ();
	void set (Action<OdeResult^>^ value);
}member Listener : Action<OdeResult> with get, setAs 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.