DelegateStoppingConditionConstraint Properties | 
The DelegateStoppingConditionConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| ConstraintSatisfactionCallback | 
            Gets or sets the delegate that will return  or 
             depending on if the StoppingConditionConstraint is satisfied.
              | |
| InitializerCallback | 
            Gets or sets the delegate that will initialize the StoppingConditionConstraintEvaluator.  
            It will be called after the Initialize(ITimeBasedState) method. This 
            can be  if evaluating the StoppingConditionConstraintEvaluator doesn't 
            require information from the initial state of propagation.
              | |
| IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
              (Inherited from DefinitionalObject.) | |
| Name | 
            Gets or sets the optional name of this constraint.
              (Inherited from StoppingConditionConstraint.) | |
| WhenToCheck | 
            Gets or sets when to check this constraint (when a stop is detected or found).
              (Inherited from StoppingConditionConstraint.) |