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> ArcadeConsoleMessage
Returns
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.5 |
.NET | 100.14 - 200.5 |
.NET Windows | 100.14 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.14 - 200.5 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 200.5 |