Click or drag to resize

ChildJobElementProcessingStartingEventArgs Class

The event args that is raised by ChildJobElementProcessingStarting event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RAYLASE.Marker.JobElementChildJobElementProcessingStartingEventArgs

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public class ChildJobElementProcessingStartingEventArgs : EventArgs

The ChildJobElementProcessingStartingEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodChildJobElementProcessingStartingEventArgsInitializes a new instance of the ChildJobElementProcessingStartingEventArgs class
Top
Properties
 NameDescription
Public propertyJobElement The unique identifier of the current job element.
Public propertyParentJobElement The unique identifier of the parent job element.
Public propertyProcessMarkableConfiguration The configuration of this specific process relative to the parent's configuration.
Top
See Also