Click or drag to resize

ChildJobElementsChangedEventArgs Class

The event args for the event ChildJobElementsChanged.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.JobElementChildJobElementsChangedEventArgs

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

The ChildJobElementsChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodChildJobElementsChangedEventArgsInitializes a new instance of the Object class.
Top
Properties
 NameDescription
Public propertyIsElseJobElement The flag to indicate whether the change happens in the "else" list.
Public propertyIsRemoved The flag to indicate addition or deletion. "True" indicates a deletion.
Public propertyJobElement The added or removed job element. This value should be null when the list is cleared.
Public propertyPosition The position of the job element in the list. A special value "-1" during addition means appending the job element to the list. A special value of "-1" during deletion means clearing the list.
Top
See Also