SolverContext.Solving Event

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

Occurs when a solver is solving a model.

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

Syntax

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

Remarks

The Solving event passes a SolvingEventArgs object to its event handler.

.NET Framework Security

See Also

Reference

SolverContext Class

Microsoft.SolverFoundation.Services Namespace

Other Resources

How to: Respond to the Solving Event from a Solver