In Project view, select the object to read the method output value.
For example, select a Label or a Text box object.
In Properties, create a dynamic link between the property to read the method output value and the output argument of the object that triggers the method.
For example, create a dynamic link between the Text property and ProjectName > UI > MainWindow (type) > ObjectTriggeringMethod > EventHandler > MethodsToCall > MethodContainer# > OutputArguments > OutputArgument.
This example shows a custom method that adds two numbers. The Text box object displays the returned value.