|
Name |
Description |
![]() |
The event is triggered after the call to the Update method. | |
![]() |
The event is triggered just before the call to the Update method. | |
![]() |
Called when buffer is full and before the data contained is used by any conected components. | |
![]() |
To compute custom statistics, place the computation inside this event and assign the result to the result variable. | |
![]() |
The event is triggered after the OnAfterUpdate event. Use this event to update any associated charts or graphs or result tables. | |
![]() |
If the Input property is not assigned, the component will call OnGetInput. | |
![]() |
The event is called after a call to InternalUpdate, OnAfterUpdate and OnDisplayUpdate from within the Update method. | |
![]() |
The event is triggered when ParamUpdate method is called. The ParamUpdate method is usually called by component editors when a value was changed by the user and the editor was "Live". |