'DeclarationPublic Event EvaluateFunction As EvaluateFunctionHandler
public event EvaluateFunctionHandler EvaluateFunction
public: event EvaluateFunctionHandler^ EvaluateFunction
Event Data
The event handler receives an argument of type EvaluateFunctionEventArgs containing data related to this event. The following EvaluateFunctionEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DecimalPositions | Number of decimal places. |
| FunctionName | |
| Parameter1 | Returns the first parameter. |
| Parameter2 | Returns the second parameter. |
| Parameter3 | Returns the third parameter. |
| Parameter4 | Returns the fourth parameter. |
| Parameters | Number of parameters passed. |
| ResultType | The data type of the result. |
| ResultValue | The data value of the result. |
Example
You can find an example here: Extend Designer by Custom Function
Requirements
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
See Also