WeibullEvents Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:APIClass|Global_Weibull|Global Weibull}}


This allows the user to create and display messages, questions, calculation progress, and more.
{{Template:WeibullEvents Class.Cmt}}
To use events a user must inherit the class, override its methods and assign its instance to the Events property of a Weibull++ data set. WeibullEvents inheritance is not available in VB6/VBA.


To view all Weibull++ classes, methods, and enumerations view [[Global Weibull]].
To view all Weibull++ classes, methods, and enumerations view [[Global Weibull]].

Revision as of 20:19, 29 January 2014



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.

To view all Weibull++ classes, methods, and enumerations view Global Weibull.

Methods