Click or drag to resize

PropagationEventArgsIndication Property

Gets or sets an indication of how the propagator should continue after this event. By default, the propagation will continue, unless the event handler indicates a different condition.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PropagationEventIndication Indication { get; set; }

Property Value

Type: PropagationEventIndication
See Also