Click or drag to resize

PropagateSegment.StepTaken Event

An event that will be raised every time a step is taken by the underlying StoppablePropagator.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public event EventHandler<StoppablePropagatorStepTakenArgs> StepTaken

Value

Type: System.EventHandler<StoppablePropagatorStepTakenArgs>
See Also