Engine.JobBegin Event

Applies To: Windows 8.1

This event is raised when a job begins.

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

'Usage
Dim instance As Engine
Dim handler As JobBeginEventHandler

AddHandler instance.JobBegin, handler

public:
event JobBeginEventHandler^ JobBegin {
	void add (JobBeginEventHandler^ value);
	void remove (JobBeginEventHandler^ value);
	void raise (Object^ value0, JobBeginEventArgs^ value1);
}
/** @event */
public void add_JobBegin (JobBeginEventHandler value)

/** @event */
public void remove_JobBegin (JobBeginEventHandler value)

Development Platforms

Windows 8.1

 

Show: