WeibullDataSet.ShowCalculationProgress: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:AWEAPIClass}} | {{Template:AWEAPIClass}} | ||
== Declaration == | == Weibull Declaration == | ||
{{APIPrefix|Public Overridable Sub}} | {{APIPrefix|Public Overridable Sub}} | ||
Line 9: | Line 9: | ||
{{APIPrefix|As}} | {{APIPrefix|As}} | ||
{{APIName|WeibullDataSet)}} | {{APIName|WeibullDataSet)}} | ||
{{APIComment|Called by ‘sender’ when calculation progress should be shown.}} | |||
== ALTA Declaration == | |||
{{APIPrefix|Public Overridable Sub}} | |||
{{APIName|ShowCalculationProgress(}} | |||
{{APIPrefix|ByVal}} | |||
{{APIName|sender}} | |||
{{APIPrefix|As}} | |||
{{APIName|ALTADataSet)}} | |||
{{APIComment|Called by ‘sender’ when calculation progress should be shown.}} | {{APIComment|Called by ‘sender’ when calculation progress should be shown.}} |
Revision as of 17:34, 4 September 2013
Weibull Declaration
Public Overridable Sub ShowCalculationProgress( ByVal sender As WeibullDataSet)
Called by ‘sender’ when calculation progress should be shown.
ALTA Declaration
Public Overridable Sub ShowCalculationProgress( ByVal sender As ALTADataSet)
Called by ‘sender’ when calculation progress should be shown.