WeibullEvents Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_Weibull|Global Weibull}} | {{Template:APIClass|Global_Weibull|Global Weibull}} | ||
{{Template:WeibullEvents Class.Cmt}} | Contains {{Template:WeibullEvents Class.Cmt}} | ||
== Methods == | == Methods == |
Revision as of 20:47, 26 February 2014
Contains all the event handlers that can be called by WeibullDataSet. To use events, you must inherit the class, override its methods and assign its instance to the Events property of a WeibullDataSet. WeibullEvents inheritance is not available in VB6/VBA.
Methods
- Message Called when a message should be displayed. Displays a message.
- Question Called when an answer to a question is required. Displays a prompt and returns the result.
- GetDistrParameters Called when additional input is required.
- UpdateCalculationProgress Called when the calculation progress should be updated. Provides ability to customize the calculation progress display.
- ShowCalculationProgress Called when calculation progress should be shown. Shows the current calculation progress if the calculation process is running.
- HideCalculationProgress Called when calculation progress should be hidden. Hides the calculation progress display.