Child |
public class ChildJobElementsChangedEventArgs
The ChildJobElementsChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildJobElementsChangedEventArgs | Initializes a new instance of the Object class. |
| Name | Description | |
|---|---|---|
| IsElseJobElement | The flag to indicate whether the change happens in the "else" list. | |
| IsRemoved | The flag to indicate addition or deletion. "True" indicates a deletion. | |
| JobElement | The added or removed job element. This value should be null when the list is cleared. | |
| Position | 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. |