Library.AnalysisBeforeOutput

This event is called before a particular output is created.

Syntax Parameters Return Value
Event Library.AnalysisBeforeOutput( _
    Analysis As Analysis, _
    Output As Object, _
    ByRef Response As AnalysisOutputResponse)
  • Analysis [in]

Type: Analysis

  • Output [in]

Type: Object

  • Response [out]

Type: AnalysisOutputResponse

-