StructureChangedEventArgs Class
Contains information about the event that is raised when the UI Automation tree structure has changed.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
System.EventArgs
System.Windows.Automation.AutomationEventArgs
System.Windows.Automation.StructureChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | StructureChangedEventArgs(StructureChangeType, Int32()) | Initializes a new instance of the StructureChangeType class, specifying the type of change and the identifier (ID) of the element whose structure changed. |
| Name | Description | |
|---|---|---|
![]() | EventId | Gets the event identifier.(Inherited from AutomationEventArgs.) |
![]() | StructureChangeType | Gets a value indicating the type of change that occurred in the UI Automation tree structure. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRuntimeId() | Retrieves the UI Automation runtime identifier (ID) of the UI Automation element whose structure changed. |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

