Share via


DecisionBinding.PropertyChanged Event

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

Occurs when the feasible values of the decision changes.

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

Syntax

'Declaration
Public Event PropertyChanged As PropertyChangedEventHandler
public event PropertyChangedEventHandler PropertyChanged
public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
    void add (PropertyChangedEventHandler^ value);
    void remove (PropertyChangedEventHandler^ value);
}
abstract PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
override PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
JScript does not support events.

Implements

INotifyPropertyChanged.PropertyChanged

Remarks

This event may be called multiple times during a call to solve. However, the list of feasible values may be incomplete when this event is called. Code called from this event must not modify the model. Additionally, the code must not fix or unfix a DecisionBinding object.

.NET Framework Security

See Also

Reference

DecisionBinding Class

Microsoft.SolverFoundation.Services Namespace