StructureChangeType Enumeration
Contains values that specify changes in the structure of the Microsoft UI Automation element tree.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| ChildAdded | A child element was added to the UI Automation element tree. | |
| ChildRemoved | A child element was removed from the UI Automation element tree. | |
| ChildrenBulkAdded | Child elements were added to the UI Automation element tree. | |
| ChildrenBulkRemoved | Child elements were removed from the UI Automation element tree. | |
| ChildrenInvalidated | Child elements were invalidated in the UI Automation element tree. This might mean that one or more children were added or removed, depending on the UI Automation providers implementation. | |
| ChildrenReordered | The order of the child elements in the UI Automation element tree changed. |
Available since 3.0