DurationFunctionExplorerThresholdCrossingFound 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<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:
SystemEventHandlerDurationThresholdCrossingFoundEventArgsSee Also