StructureChangedEventArgs Class

Definition

Contains information about the event that is raised when the UI Automation tree structure has changed.

public ref class StructureChangedEventArgs sealed : System::Windows::Automation::AutomationEventArgs
public sealed class StructureChangedEventArgs : System.Windows.Automation.AutomationEventArgs
type StructureChangedEventArgs = class
    inherit AutomationEventArgs
Public NotInheritable Class StructureChangedEventArgs
Inherits AutomationEventArgs
Inheritance
StructureChangedEventArgs

Constructors

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.

Properties

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.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also