Partager via


IAssessmentBeginEventHandler::OnAssessmentBegin method

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

Syntax

virtual void OnAssessmentBegin(
             Engine                   *sender,
  [in] const AssessmentBeginEventArgs *e
) = 0;

Parameters

sender

The Engine object that raised the event.

e [in]

The AssessmentBeginEventArgs structure that contains information about the assessment begin event.

Return value

This method does not return a value.

Remarks

Managed codes uses the AssessmentBeginEventHandler delegate.

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

IAssessmentBeginEventHandler

AssessmentBeginEventArgs