JobBeginEventHandler Delegate

Applies To: Windows 8.1

The event that is raised when a job begins.

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

Usage

'Usage
Dim instance As New JobBeginEventHandler(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Sub JobBeginEventHandler ( _
    sender As Object, _
    e As JobBeginEventArgs _
)
public delegate void JobBeginEventHandler (
    Object sender,
    JobBeginEventArgs e
)
public delegate void JobBeginEventHandler (
    Object^ sender, 
    JobBeginEventArgs^ e
)
/** @delegate */
public delegate void JobBeginEventHandler (
    Object sender, 
    JobBeginEventArgs e
)

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Microsoft.Assessments.Hosting Namespace