Click or drag to resize

StoppingConditionEvent Properties

The StoppingConditionEvent type exposes the following members.

Properties
  NameDescription
Public propertyCondition
Gets the definition of the StoppingCondition that detected the event.
Public propertyDateOfEvent
Gets the date of the detected event.
Public propertyEventBehavior
Gets or sets the behavior that the StoppablePropagator will perform having detected this event.
Public propertyStateOfEvent
Gets the state of propagation at the time of the event.
Public propertyThresholdUsed
Gets the value of the threshold that the stopping condition was driving propagation too.
Public propertyValueOfCondition
Gets the value of the StoppingCondition detected at the event. If the StoppingCondition is detecting a threshold, this should be the value of that threshold plus or minus the tolerance.
Top
See Also