ModelBox.OnUpdate

Syntax

Sub OnUpdate(Sender: Object; Args: IModelBoxUpdateEventArgs);

Begin

//set of operators;

End Sub OnUpdate;

Parameters

Sender. Parameter that returns the component that has generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnUpdate event occurs on changing model parameters. The event occurs if the output variable, model type used for calculation, specification parameters and so an are changed.

See also:

ModelBox