DurationFunctionExplorerThresholdCrossingFound 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<DurationThresholdCrossingFoundEventArgs> ThresholdCrossingFound
Public Event ThresholdCrossingFound As EventHandler(Of DurationThresholdCrossingFoundEventArgs)
public:
event EventHandler<DurationThresholdCrossingFoundEventArgs^>^ ThresholdCrossingFound {
void add (EventHandler<DurationThresholdCrossingFoundEventArgs^>^ value);
void remove (EventHandler<DurationThresholdCrossingFoundEventArgs^>^ value);
}
member ThresholdCrossingFound : IEvent<EventHandler<DurationThresholdCrossingFoundEventArgs>,
DurationThresholdCrossingFoundEventArgs>
Value
Type:
SystemEventHandlerDurationThresholdCrossingFoundEventArgs
See Also