2.1.0 #68
AntonovAnton
announced in
Announcements
2.1.0
#68
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Improves:
Added the Evaluating event. #67
By using this event, you can debug or log the steps of a math expression's evaluation. This event is triggered at each step during the evaluation process. The following code demonstrates how to use to this event:
Output:
NOTE: The Evaluating event is cleaned up in the Dispose method. So I recommend using the using statement to ensure proper disposal.
This discussion was created from the release 2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions