StructureChangedEventArgs Classe

Definizione

Contiene informazioni sull'evento generato quando l'albero di automazione interfaccia utente viene modificata.

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
Ereditarietà
StructureChangedEventArgs

Costruttori

StructureChangedEventArgs(StructureChangeType, Int32[])

Inizializza una nuova istanza della StructureChangeType classe, specificando il tipo di modifica e l'identificatore (ID) dell'elemento la cui struttura è cambiata.

Proprietà

EventId

Ottiene l'identificatore dell'evento.

(Ereditato da AutomationEventArgs)
StructureChangeType

Ottiene un valore che indica il tipo di modifica che si è verificato nella struttura ad albero Automazione interfaccia utente.

Metodi

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetRuntimeId()

Recupera l'identificatore di runtime Automazione interfaccia utente (ID) dell'elemento Automazione interfaccia utente la cui struttura è stata modificata.

GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a

Vedi anche