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.2.419.0 (24.2.419.0)
Syntax public PropagationEventIndication Indication { get; set; }
Public Property Indication As PropagationEventIndication
Get
Set
public:
property PropagationEventIndication Indication {
PropagationEventIndication get ();
void set (PropagationEventIndication value);
}
member Indication : PropagationEventIndication with get, set
Property Value
Type:
PropagationEventIndicationSee Also