JulianDateFunctionExplorerThresholdCrossingFound Event |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public event EventHandler<JulianDateThresholdCrossingFoundEventArgs> ThresholdCrossingFound
Public Event ThresholdCrossingFound As EventHandler(Of JulianDateThresholdCrossingFoundEventArgs)
public:
event EventHandler<JulianDateThresholdCrossingFoundEventArgs^>^ ThresholdCrossingFound {
void add (EventHandler<JulianDateThresholdCrossingFoundEventArgs^>^ value);
void remove (EventHandler<JulianDateThresholdCrossingFoundEventArgs^>^ value);
}
member ThresholdCrossingFound : IEvent<EventHandler<JulianDateThresholdCrossingFoundEventArgs>,
JulianDateThresholdCrossingFoundEventArgs>
Value
Type:
SystemEventHandlerJulianDateThresholdCrossingFoundEventArgsSee Also