ALTAEvents Class
Jump to navigation
Jump to search
This allows the user to create and display messages, questions, calculation progress, and more.
To use events a user must inherit the class, override its methods and assign its instance to the Events property of an ALTA data set.
Methods
- Message Called by ‘sender’ when a message should be displayed.
- Question Called by ‘sender’ when an answer to the question is required.
- UpdateCalculationProgress Called by ‘sender’ when the calculation progress should be updated.
- ShowCalculationProgress Called by ‘sender’ when calculation progress should be shown.
- HideCalculationProgress Called by ‘sender’ when calculation progress should be hidden.