Class ArcadeConsoleMessageEventArgs
Event argument used by ArcadeConsoleMessage
Inheritance
System.Object
System.EventArgs
ArcadeConsoleMessageEventArgs
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Arcade
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcadeConsoleMessageEventArgs : EventArgs
Properties
Name | Description |
---|---|
Context | Gets the execution context where the Arcade console function is invoked. |
Message | Gets message from the Arcade console function. |
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 |