Engine.JobEnd Event

Applies To: Windows 8.1

This event is raised when a job ends.

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

'Usage
Dim instance As Engine
Dim handler As JobEndEventHandler

AddHandler instance.JobEnd, handler

public:
event JobEndEventHandler^ JobEnd {
	void add (JobEndEventHandler^ value);
	void remove (JobEndEventHandler^ value);
	void raise (Object^ value0, JobEndEventArgs^ value1);
}
/** @event */
public void add_JobEnd (JobEndEventHandler value)

/** @event */
public void remove_JobEnd (JobEndEventHandler value)

Development Platforms

Windows 8.1

 

Show: