TargetedSegmentListDifferentialCorrectorPerturbedFunctionEvaluationEvent Event |
An event that gets raised when a perturbed orbit is computed.
This event will be raised in whatever thread the orbit was run in.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic event EventHandler<SolverFunctionEvaluatedEventArgs> PerturbedFunctionEvaluationEvent
Public Event PerturbedFunctionEvaluationEvent As EventHandler(Of SolverFunctionEvaluatedEventArgs)
public:
event EventHandler<SolverFunctionEvaluatedEventArgs^>^ PerturbedFunctionEvaluationEvent {
void add (EventHandler<SolverFunctionEvaluatedEventArgs^>^ value);
void remove (EventHandler<SolverFunctionEvaluatedEventArgs^>^ value);
}
member PerturbedFunctionEvaluationEvent : IEvent<EventHandler<SolverFunctionEvaluatedEventArgs>,
SolverFunctionEvaluatedEventArgs>
Value
Type:
SystemEventHandlerSolverFunctionEvaluatedEventArgs
See Also