Sub OnUpdate(Sender: Object; Args: IModelBoxUpdateEventArgs);
Begin
//set of operators;
End Sub OnUpdate;
Sender. Parameter that returns the component that has generated the event.
Args. Parameter that enables the user to determine event parameters.
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: