Click or drag to resize

ChildJobElementsChangedEventArgsPosition Property

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.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public int Position { get; }

Property Value

Int32
See Also