JulianDateFunctionExplorer.ThresholdCrossingFound Event |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
System.EventHandler<JulianDateThresholdCrossingFoundEventArgs>
See Also