DurationFunctionExplorerThresholdCrossingIndicated Event | 
 
            Raised when two points are found that indicate a threshold was crossed.
            When this event is raised, the exact crossing has not yet been identified.
            
 
    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<DurationThresholdCrossingIndicatedEventArgs> ThresholdCrossingIndicated
Public Event ThresholdCrossingIndicated As EventHandler(Of DurationThresholdCrossingIndicatedEventArgs)
public:
 event EventHandler<DurationThresholdCrossingIndicatedEventArgs^>^ ThresholdCrossingIndicated {
	void add (EventHandler<DurationThresholdCrossingIndicatedEventArgs^>^ value);
	void remove (EventHandler<DurationThresholdCrossingIndicatedEventArgs^>^ value);
}member ThresholdCrossingIndicated : IEvent<EventHandler<DurationThresholdCrossingIndicatedEventArgs>,
    DurationThresholdCrossingIndicatedEventArgs>
Value
Type: 
SystemEventHandlerDurationThresholdCrossingIndicatedEventArgs
See Also