IntegrationSettingsListener Property
            A handler that will be called with updates as an integral is evaluated.
            
Namespace: Meta.Numerics.AnalysisAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public Action<IntegrationResult> Listener { get; set; }
Public Property Listener As Action(Of IntegrationResult)
	Get
	Set
public:
property Action<IntegrationResult^>^ Listener {
	Action<IntegrationResult^>^ get ();
	void set (Action<IntegrationResult^>^ value);
}
member Listener : Action<IntegrationResult> with get, set
Property Value
ActionIntegrationResult