IAssessmentBeginEventHandler class

The IAssessmentBeginEventHandler interface enables a solution to receive notification from the AXE engine when an assessment begins.

When to implement

An IAssessmentBeginEventHandler interface should be implemented by a solution that needs to display the status of the current job to the user. It is also needed if the solution allows the user to cancel the currently running assessment.

IAssessmentBeginEventHandler has these types of members:

Methods

The IAssessmentBeginEventHandler class has these methods.

Method Description
OnAssessmentBegin The AXE Core raises this event to notify the solution that an assessment has started.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeHosting.h
DLL
AxeCore.dll

See also

Execution Solution Interfaces