Click or drag to resize

JobStartedEventArgs Constructor

Initializes a new instance of the JobStartedEventArgs class

Namespace: RAYLASE.Marker.GUI.Events
Assembly: RAYLASE.Marker.GUI.Events (in RAYLASE.Marker.GUI.Events.dll) Version: 2.31.0
Syntax
C#
public JobStartedEventArgs(
	JobDefinition JobDefinition,
	bool IsOnCard,
	BaseScanController ScanController
)

Parameters

JobDefinition  JobDefinition

[Missing <param name="JobDefinition"/> documentation for "M:RAYLASE.Marker.GUI.Events.JobStartedEventArgs.#ctor(RAYLASE.Marker.Job.JobDefinition,System.Boolean,RAYLASE.Marker.Device.ScanController.BaseScanController)"]

IsOnCard  Boolean

[Missing <param name="IsOnCard"/> documentation for "M:RAYLASE.Marker.GUI.Events.JobStartedEventArgs.#ctor(RAYLASE.Marker.Job.JobDefinition,System.Boolean,RAYLASE.Marker.Device.ScanController.BaseScanController)"]

ScanController  BaseScanController

[Missing <param name="ScanController"/> documentation for "M:RAYLASE.Marker.GUI.Events.JobStartedEventArgs.#ctor(RAYLASE.Marker.Job.JobDefinition,System.Boolean,RAYLASE.Marker.Device.ScanController.BaseScanController)"]

See Also