WeibullDataSet.HideCalculationProgress: 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 hidden.}} | |||
== ALTA Declaration == | |||
{{APIPrefix|Public Overridable Sub}} | |||
{{APIName|HideCalculationProgress(}} | |||
{{APIPrefix|ByVal}} | |||
{{APIName|sender}} | |||
{{APIPrefix|As}} | |||
{{APIName|ALTADataSet)}} | |||
{{APIComment|Called by ‘sender’ when calculation progress should be hidden.}} | {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}} |
Revision as of 17:35, 4 September 2013
Weibull Declaration
Public Overridable Sub HideCalculationProgress( ByVal sender As WeibullDataSet)
Called by ‘sender’ when calculation progress should be hidden.
ALTA Declaration
Public Overridable Sub HideCalculationProgress( ByVal sender As ALTADataSet)
Called by ‘sender’ when calculation progress should be hidden.