DecisionBinding.ValueFeasibilityKnown Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Occurs when a specific value of the decision is determined to be definitely feasible or infeasible.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Event ValueFeasibilityKnown As EventHandler(Of ValueFeasibilityKnownEventArgs)
public event EventHandler<ValueFeasibilityKnownEventArgs> ValueFeasibilityKnown
public:
 event EventHandler<ValueFeasibilityKnownEventArgs^>^ ValueFeasibilityKnown {
    void add (EventHandler<ValueFeasibilityKnownEventArgs^>^ value);
    void remove (EventHandler<ValueFeasibilityKnownEventArgs^>^ value);
}
member ValueFeasibilityKnown : IEvent<EventHandler<ValueFeasibilityKnownEventArgs>,
    ValueFeasibilityKnownEventArgs>
JScript does not support events.

Remarks

This event is called exactly once for each possible value of the decision.

.NET Framework Security

See Also

Reference

DecisionBinding Class

Microsoft.SolverFoundation.Services Namespace