Click or drag to resize

ChildJobElementsChangedEventArgs Properties

The ChildJobElementsChangedEventArgs type exposes the following members.

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