Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.14 - 200.7
.NET100.14 - 200.7
.NET Windows100.14 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.14 - 200.7
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.7
In This Article
Back to top Copyright © 2022 Esri.