JobEndEventHandler Delegate

Applies To: Windows 8.1

The AXE Core raises the event when the job ends.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As New JobEndEventHandler(AddressOf HandlerMethod)

Syntax

public delegate void JobEndEventHandler (
    Object sender,
    JobEndEventArgs e
)

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Microsoft.Assessments.Hosting Namespace