|
|
(21 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| {{Template:APIClass|ALTAEvents Class|ALTAEvents}}
| | #REDIRECT [[ALTADataSet Class]] |
| | |
| Inherit the class, override its methods and assign its instance to the Events property of a ALTA data set to be able to handle its events.
| |
| | |
| == Methods ==
| |
| *'''[[ALTAEvents.Message|Message]]''' {{APIComment|Called by ‘sender’ when a message should be displayed.}}
| |
| *'''[[ALTAEvents.Question|Question]]''' {{APIComment|Called by ‘sender’ when an answer to the question is required.}}
| |
| *'''[[ALTAEvents.UpdateCalculationProgress|UpdateCalculationProgress]]''' {{APIComment|Called by ‘sender’ when the calculation progress should be updated.}}
| |
| *'''[[ALTAEvents.ShowCalculationProgress|ShowCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be shown.}}
| |
| *'''[[ALTAEvents.HideCalculationProgress|HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}}
| |