Event ArcadeConsoleMessage
Occurs when a new Arcade console function message is sent.
Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public static event EventHandler<ArcadeConsoleMessageEventArgs> ArcadeConsoleMessageReturns
| Type | Description | 
|---|---|
| System.EventHandler<ArcadeConsoleMessageEventArgs> | 
Remarks
This is called when an Arcade Console Function is part of an Arcade script expression. The Arcade Console function can be used to send information like variable values at different places within an Arcade script. Use this callback to view messages from an Arcade script evaluation.
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.14 - 200.8 | 
| .NET | 100.14 - 200.8 | 
| .NET Windows | 100.14 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.14 - 200.8 | 
| Xamarin.Android | 100.14 - 100.15 | 
| Xamarin.iOS | 100.14 - 100.15 | 
| UWP | 100.14 - 200.8 |