'DeclarationPublic Event Evaluate As EvaluateHandler
public event EvaluateHandler Evaluate
public: event EvaluateHandler^ Evaluate
The event handler receives an argument of type EvaluateEventArgs containing data related to this event. The following EvaluateEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CallbackData | Internal Callback data. |
| Contents | User-defined parameters. |
| ErrorText | Used for error description. |
| Evaluate | Indicates whether the function is to be evaluated or checked only for syntax. |
| HasError | Indicates that an error was encountered at the time of evaluation. |
| NewValue | Return value of the External$ function. |
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10