WeibullEvents Class

From ReliaWiki
Revision as of 20:47, 26 February 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search



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.