|
|
(17 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {{Template:APIClass|Weibull_Global|Global_Weibull}}
| | #REDIRECT [[WeibullDataSet Class]] |
| | |
| Inherit the class, override its methods and assign its instance to the Events property of a Weibull data set to be able to handle its events. WeibullEvents inheritance is not available in VB6/VBA.
| |
| | |
| == Methods ==
| |
| *'''[[WeibullEvents.Message|Message]]''' {{APIComment|Called by ‘sender’ when a message should be displayed.}}
| |
| *'''[[WeibullEvents.Question|Question]]''' {{APIComment|Called by ‘sender’ when an answer to the question is required.}}
| |
| *'''[[WeibullEvents.GetDistrParameters|GetDistrParameters]]''' {{APIComment|Called by ‘sender’ when additional input is required.}}
| |
| *'''[[WeibullEvents.UpdateCalculationProgress|UpdateCalculationProgress]]''' {{APIComment|Called by ‘sender’ when the calculation progress should be updated.}}
| |
| *'''[[WeibullEvents.ShowCalculationProgress|ShowCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be shown.}}
| |
| *'''[[WeibullEvents.HideCalculationProgress|HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}}
| |